Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Unified Diff: core/fxge/include/fx_font.h

Issue 2323793003: Refactor CPDF_Document (Closed)
Patch Set: Comments Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fxge/ge/cfx_font.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « core/fxge/ge/cfx_font.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698