diff options
author | chai <chaifix@163.com> | 2018-10-15 07:18:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-15 07:18:13 +0800 |
commit | ddfedbff7d9ea4f344173ef2c228a51a778d7433 (patch) | |
tree | 4e8c40bee95f5ba91a2808ca9a14cea5937bea52 /src/libjin/Graphics/Font/Text.h | |
parent | b1bbc998960fff2169dc5a992c47d08723472f9b (diff) |
+从TTFData创建TTF的接口
Diffstat (limited to 'src/libjin/Graphics/Font/Text.h')
-rw-r--r-- | src/libjin/Graphics/Font/Text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Graphics/Font/Text.h b/src/libjin/Graphics/Font/Text.h index 3faabc0..9fe152d 100644 --- a/src/libjin/Graphics/Font/Text.h +++ b/src/libjin/Graphics/Font/Text.h @@ -42,8 +42,8 @@ namespace graphics ~Iterator(); Codepoint get(); - Iterator begin(); - Iterator end(); + //Iterator begin(); + //Iterator end(); void toBegin(); void toEnd(); Codepoint operator *(); |