Index: core/include/fxge/fx_font.h |
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h |
index 0f35115eee9ccd6092a2242ceb5685c3f532c060..dd0de401efcf3efdbefc526943be710dfef16caa 100644 |
--- a/core/include/fxge/fx_font.h |
+++ b/core/include/fxge/fx_font.h |
@@ -473,7 +473,7 @@ class CFX_FaceCache { |
const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, |
FX_DWORD glyph_index, |
FX_BOOL bFontStyle, |
- const CFX_AffineMatrix* pMatrix, |
+ const CFX_Matrix* pMatrix, |
int dest_width, |
int anti_alias, |
int& text_flags); |
@@ -485,16 +485,16 @@ class CFX_FaceCache { |
CFX_GlyphBitmap* RenderGlyph(CFX_Font* pFont, |
FX_DWORD glyph_index, |
FX_BOOL bFontStyle, |
- const CFX_AffineMatrix* pMatrix, |
+ const CFX_Matrix* pMatrix, |
int dest_width, |
int anti_alias); |
CFX_GlyphBitmap* RenderGlyph_Nativetext(CFX_Font* pFont, |
FX_DWORD glyph_index, |
- const CFX_AffineMatrix* pMatrix, |
+ const CFX_Matrix* pMatrix, |
int dest_width, |
int anti_alias); |
CFX_GlyphBitmap* LookUpGlyphBitmap(CFX_Font* pFont, |
- const CFX_AffineMatrix* pMatrix, |
+ const CFX_Matrix* pMatrix, |
CFX_ByteStringC& FaceGlyphsKey, |
FX_DWORD glyph_index, |
FX_BOOL bFontStyle, |