summaryrefslogtreecommitdiff
path: root/Runtime/GUI/TextGenerator.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-31 17:13:50 +0800
committerchai <chaifix@163.com>2021-10-31 17:13:50 +0800
commit4b24de9ef863f54eb09a5fa1f18e2905cedcc439 (patch)
tree71a816c891ea355529a6a4e0665e0137b4f4810e /Runtime/GUI/TextGenerator.cpp
parent601442f94fc0dcfdc5a117c5f87d90b156d53045 (diff)
+ shader command
Diffstat (limited to 'Runtime/GUI/TextGenerator.cpp')
-rw-r--r--Runtime/GUI/TextGenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/GUI/TextGenerator.cpp b/Runtime/GUI/TextGenerator.cpp
index 1b34d1b..d2cd20c 100644
--- a/Runtime/GUI/TextGenerator.cpp
+++ b/Runtime/GUI/TextGenerator.cpp
@@ -73,7 +73,7 @@ void TextGenerator::RenderCharacter(character::Codepoint codepoint, int pixelSiz
int w = m_FTFace->glyph->bitmap.width;
int h = m_FTFace->glyph->bitmap.rows;
- TextHelper::print_glyph(m_FTFace->glyph->bitmap.buffer, w, h);
+ //TextHelper::print_glyph(m_FTFace->glyph->bitmap.buffer, w, h);
GlyphAtals* atlas = RequestAtlas(pixelSize, Internal::Vector2(w, h));
Assert(atlas);