| Index: core/fxge/apple/apple_int.h
|
| diff --git a/core/fxge/apple/apple_int.h b/core/fxge/apple/apple_int.h
|
| index 9443b5da01c0d7b7b4b72aec7cab2d75b101a24b..a401086f35b2a6b61aac0fe07e09629a42a5a51f 100644
|
| --- a/core/fxge/apple/apple_int.h
|
| +++ b/core/fxge/apple/apple_int.h
|
| @@ -20,6 +20,8 @@
|
| #if _FX_OS_ == _FX_MACOSX_
|
| #include <Carbon/Carbon.h>
|
| #endif
|
| +
|
| +class CFX_FontCache;
|
|
|
| class CQuartz2D {
|
| public:
|
| @@ -108,6 +110,7 @@
|
| 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) override;
|
| @@ -124,6 +127,7 @@
|
| FX_BOOL CG_DrawGlyphRun(int nChars,
|
| const FXTEXT_CHARPOS* pCharPos,
|
| CFX_Font* pFont,
|
| + CFX_FontCache* pCache,
|
| const CFX_Matrix* pGlyphMatrix,
|
| const CFX_Matrix* pObject2Device,
|
| FX_FLOAT font_size,
|
|
|