Fixing error in Text.cpp
This commit is contained in:
@@ -53,8 +53,6 @@ namespace lime {
|
|||||||
void SetSize (size_t size);
|
void SetSize (size_t size);
|
||||||
bool InsertCodepointFromIndex (unsigned long codepoint);
|
bool InsertCodepointFromIndex (unsigned long codepoint);
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
#ifdef LIME_FREETYPE
|
#ifdef LIME_FREETYPE
|
||||||
Font (FT_Face face);
|
Font (FT_Face face);
|
||||||
FT_Face face;
|
FT_Face face;
|
||||||
@@ -62,6 +60,8 @@ namespace lime {
|
|||||||
void* face;
|
void* face;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
private:
|
||||||
|
|
||||||
bool InsertCodepoint (unsigned long codepoint, bool b = true);
|
bool InsertCodepoint (unsigned long codepoint, bool b = true);
|
||||||
|
|
||||||
std::list<GlyphInfo> glyphList;
|
std::list<GlyphInfo> glyphList;
|
||||||
|
|||||||
Reference in New Issue
Block a user