| Index: core/fxge/ge/fx_ge_text.cpp
|
| diff --git a/core/fxge/ge/fx_ge_text.cpp b/core/fxge/ge/fx_ge_text.cpp
|
| index 1a0c14e0db533c06a18009b4e57d49001cfc65af..db86d6506795c7623cc2b18c56f1b30a29b1bc18 100644
|
| --- a/core/fxge/ge/fx_ge_text.cpp
|
| +++ b/core/fxge/ge/fx_ge_text.cpp
|
| @@ -851,7 +851,7 @@ const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont,
|
| }
|
| #endif
|
| CFX_ByteString FaceGlyphsKey(keygen.m_Key, keygen.m_KeyLen);
|
| -#if _FXM_PLATFORM_ != _FXM_PLATFORM_APPLE_
|
| +#if _FXM_PLATFORM_ != _FXM_PLATFORM_APPLE_ || defined _SKIA_SUPPORT_
|
| return LookUpGlyphBitmap(pFont, pMatrix, FaceGlyphsKey, glyph_index,
|
| bFontStyle, dest_width, anti_alias);
|
| #else
|
|
|