mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 19:33:59 +02:00
Added initial code changes to support Chinese Fonts
This commit is contained in:
@@ -61,6 +61,11 @@ public:
|
||||
// Global Fcs
|
||||
// =====================================================
|
||||
|
||||
// Example values:
|
||||
// DEFAULT_CHARSET (English) = 1
|
||||
// GB2312_CHARSET (Chinese) = 134
|
||||
static DWORD charSet = DEFAULT_CHARSET;
|
||||
|
||||
void createGlFontBitmaps(uint32 &base, const string &type, int size, int width, int charCount, FontMetrics &metrics);
|
||||
void createGlFontOutlines(uint32 &base, const string &type, int width, float depth, int charCount, FontMetrics &metrics);
|
||||
const char *getPlatformExtensions(const PlatformContextGl *pcgl);
|
||||
|
Reference in New Issue
Block a user