diff options
Diffstat (limited to 'core/fxge/include/ifx_renderdevicedriver.h')
-rw-r--r-- | core/fxge/include/ifx_renderdevicedriver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fxge/include/ifx_renderdevicedriver.h b/core/fxge/include/ifx_renderdevicedriver.h index e9dbed913a..8b20cf0838 100644 --- a/core/fxge/include/ifx_renderdevicedriver.h +++ b/core/fxge/include/ifx_renderdevicedriver.h @@ -12,6 +12,7 @@ class CFX_DIBitmap; class CFX_DIBSource; class CFX_Font; +class CFX_FontCache; class CFX_GraphStateData; class CFX_Matrix; class CFX_PathData; @@ -86,6 +87,7 @@ class IFX_RenderDeviceDriver { virtual FX_BOOL DrawDeviceText(int nChars, const FXTEXT_CHARPOS* pCharPos, CFX_Font* pFont, + CFX_FontCache* pCache, const CFX_Matrix* pObject2Device, FX_FLOAT font_size, uint32_t color); |