diff options
Diffstat (limited to 'core/fxge/include/cfx_renderdevice.h')
-rw-r--r-- | core/fxge/include/cfx_renderdevice.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/fxge/include/cfx_renderdevice.h b/core/fxge/include/cfx_renderdevice.h index 3b9c93fc9b..9ca9a07220 100644 --- a/core/fxge/include/cfx_renderdevice.h +++ b/core/fxge/include/cfx_renderdevice.h @@ -14,6 +14,7 @@ #include "core/fxge/include/fx_font.h" class CFX_Font; +class CFX_FontCache; class CFX_GraphStateData; class IFX_RenderDeviceDriver; @@ -207,6 +208,7 @@ class CFX_RenderDevice { FX_BOOL DrawNormalText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, + CFX_FontCache* pCache, FX_FLOAT font_size, const CFX_Matrix* pText2Device, uint32_t fill_color, @@ -214,6 +216,7 @@ class CFX_RenderDevice { FX_BOOL DrawTextPath(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, + CFX_FontCache* pCache, FX_FLOAT font_size, const CFX_Matrix* pText2User, const CFX_Matrix* pUser2Device, |