From b6f5c98a536186eb26c81d9fecdbbbc9860be93a Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 19 Sep 2018 16:51:54 +0800 Subject: *foll --- libjin/Graphics/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libjin/Graphics/Font.cpp b/libjin/Graphics/Font.cpp index d401a97..462fad8 100644 --- a/libjin/Graphics/Font.cpp +++ b/libjin/Graphics/Font.cpp @@ -127,7 +127,7 @@ namespace graphics Page* Font::typeset(const char* t, int x, int y, int lineheight, int spacing) { - // typesetting + // typesetting, for reduce draw call Page* page = new Page(); vector& glyphinfolist = page->glyphinfolist; vector& glyphvertices = page->glyphvertices; -- cgit v1.1-26-g67d0