diff options
Diffstat (limited to 'Runtime/GUI/Font.h')
-rw-r--r-- | Runtime/GUI/Font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/GUI/Font.h b/Runtime/GUI/Font.h index e55e78f..8e55395 100644 --- a/Runtime/GUI/Font.h +++ b/Runtime/GUI/Font.h @@ -106,7 +106,7 @@ public: const GlyphAtals* GetGlyphAtlas(int index); // pre-bake - void RenderCharacter(character::Codepoint codepoint, int pixelSize); + bool RenderCharacter(character::Codepoint codepoint, int pixelSize); void RenderCharacters(character::Codepoint* codepoint, int n, int pixelSize); void RenderCharacters(std::vector<character::Codepoint>& codepoint, int pixelSize); |