mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 13:23:59 +02:00
- 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:
@@ -105,6 +105,8 @@ public:
|
||||
|
||||
int getSize() const;
|
||||
void setSize(int size);
|
||||
|
||||
static void resetToDefaults();
|
||||
};
|
||||
|
||||
// =====================================================
|
||||
|
@@ -40,6 +40,8 @@ public:
|
||||
Font2D *newFont2D();
|
||||
Font3D *newFont3D();
|
||||
|
||||
void endFont(Font *font,bool mustExistInList=false);
|
||||
|
||||
void init();
|
||||
void end();
|
||||
};
|
||||
|
Reference in New Issue
Block a user