dmuratshin 9 年之前
父節點
當前提交
716d0a66c4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/ResFontFT.h

+ 2 - 1
src/ResFontFT.h

@@ -13,6 +13,7 @@ namespace oxygine
 {
     class CreateResourceContext;
     class FontFT;
+    class Font;
     class Image;
     struct glyph;
     typedef unsigned int glyphOptions;
@@ -37,7 +38,7 @@ namespace oxygine
             glyphOptions opt;
 
             glyph* gl;
-            const FontFT* font;
+            const Font* font;
         };
         typedef void(*postProcessHook)(postProcessData&);