Index: core/fxge/include/fx_font.h |
diff --git a/core/fxge/include/fx_font.h b/core/fxge/include/fx_font.h |
index a607f3e0d555749a03ccd00b741e7b5d9c7b5a8e..9a976c44b77bd10ebde7156fdee4f77a107e3cc1 100644 |
--- a/core/fxge/include/fx_font.h |
+++ b/core/fxge/include/fx_font.h |
@@ -117,9 +117,9 @@ class CFX_Font { |
int GetAscent() const; |
int GetDescent() const; |
FX_BOOL GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox); |
- FX_BOOL IsItalic() const; |
- FX_BOOL IsBold() const; |
- FX_BOOL IsFixedWidth() const; |
+ bool IsItalic() const; |
+ bool IsBold() const; |
+ bool IsFixedWidth() const; |
FX_BOOL IsVertical() const { return m_bVertical; } |
CFX_ByteString GetPsName() const; |
CFX_ByteString GetFamilyName() const; |