| Index: core/fxge/cfx_fontmgr.h
|
| diff --git a/core/fxge/cfx_fontmgr.h b/core/fxge/cfx_fontmgr.h
|
| index 67357e426551172b18eb96771a8f3431e46fa810..432f34b38ca1cd6c959c72f7d7d960a6da1c14a7 100644
|
| --- a/core/fxge/cfx_fontmgr.h
|
| +++ b/core/fxge/cfx_fontmgr.h
|
| @@ -26,11 +26,11 @@ class CFX_FontMgr {
|
|
|
| FXFT_Face GetCachedFace(const CFX_ByteString& face_name,
|
| int weight,
|
| - FX_BOOL bItalic,
|
| + bool bItalic,
|
| uint8_t*& pFontData);
|
| FXFT_Face AddCachedFace(const CFX_ByteString& face_name,
|
| int weight,
|
| - FX_BOOL bItalic,
|
| + bool bItalic,
|
| uint8_t* pData,
|
| uint32_t size,
|
| int face_index);
|
| @@ -48,7 +48,7 @@ class CFX_FontMgr {
|
| void ReleaseFace(FXFT_Face face);
|
| void SetSystemFontInfo(std::unique_ptr<IFX_SystemFontInfo> pFontInfo);
|
| FXFT_Face FindSubstFont(const CFX_ByteString& face_name,
|
| - FX_BOOL bTrueType,
|
| + bool bTrueType,
|
| uint32_t flags,
|
| int weight,
|
| int italic_angle,
|
|
|