| Index: core/src/fxge/apple/apple_int.h
|
| diff --git a/core/src/fxge/apple/apple_int.h b/core/src/fxge/apple/apple_int.h
|
| index 42d63628f24ef96a335309b88cfaf28189afdf3e..398cc11eed637276ce8a9bba91e07f3b0fc70362 100644
|
| --- a/core/src/fxge/apple/apple_int.h
|
| +++ b/core/src/fxge/apple/apple_int.h
|
| @@ -242,5 +242,16 @@ FX_UINT32 FX_GetHashCode( FX_LPCSTR pStr);
|
| FX_DWORD FX_IOSGetMatchFamilyNameHashcode(FX_LPCSTR pFontName);
|
| FX_UINT32 FX_IOSGetFamilyNamesCount();
|
| FX_LPCSTR FX_IOSGetFamilyName( FX_UINT32 uIndex);
|
| +static void _DoNothing(void *info, const void *data, size_t size) {};
|
| +FX_BOOL _CGDrawGlyphRun(CGContextRef pContext,
|
| + int nChars,
|
| + const FXTEXT_CHARPOS* pCharPos,
|
| + CFX_Font* pFont,
|
| + CFX_FontCache* pCache,
|
| + const CFX_AffineMatrix* pObject2Device,
|
| + FX_FLOAT font_size,
|
| + FX_DWORD argb,
|
| + int alpha_flag,
|
| + void* pIccTransform);
|
| #endif
|
| #endif
|
|
|