- added ability to switch languages from nearly anywhere (and new hotkeys to do so):

CTRL+L shows language popup selection, CTRL+SHIFT+L toggles to next language automatically
This commit is contained in:
Mark Vejvoda
2011-10-25 18:39:11 +00:00
parent aebe2aba24
commit 50adfb3305
53 changed files with 1650 additions and 341 deletions

View File

@@ -105,6 +105,8 @@ public:
int getSize() const;
void setSize(int size);
static void resetToDefaults();
};
// =====================================================

View File

@@ -40,6 +40,8 @@ public:
Font2D *newFont2D();
Font3D *newFont3D();
void endFont(Font *font,bool mustExistInList=false);
void init();
void end();
};