dmuratshin 9 years ago
parent
commit
716d0a66c4
1 changed files with 2 additions and 1 deletions
  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&);