| Index: core/include/fxge/fx_font.h
|
| diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h
|
| index 085ead88c7c0cea0effe09fa0676872e7af37075..bb0493d4a1ab98e6eda1759e334395cea4134741 100644
|
| --- a/core/include/fxge/fx_font.h
|
| +++ b/core/include/fxge/fx_font.h
|
| @@ -392,7 +392,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);
|
| @@ -404,16 +404,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,
|
|
|