From 5cd2e2299f98065fa06c192df4dfb2c014b2b253 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 3 Nov 2021 13:08:39 +0800 Subject: *font --- Runtime/GUI/Font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/GUI/Font.h') 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& codepoint, int pixelSize); -- cgit v1.1-26-g67d0