December 2014 files
This commit is contained in:
@@ -3,10 +3,14 @@
|
||||
class UITTFFont
|
||||
{
|
||||
private:
|
||||
const string m_strFontName;
|
||||
|
||||
PBYTE pbData;
|
||||
//DWORD dwDataSize;
|
||||
|
||||
public:
|
||||
UITTFFont(const string &path, S32 fallbackCharacter);
|
||||
UITTFFont(const string &name, const string &path, S32 fallbackCharacter);
|
||||
~UITTFFont();
|
||||
|
||||
string getFontName();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user