dmuratshin il y a 9 ans
Parent
commit
716d0a66c4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/ResFontFT.h

+ 2 - 1
src/ResFontFT.h

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