diff options
author | tsepez <tsepez@chromium.org> | 2016-06-03 16:22:16 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-03 16:22:16 -0700 |
commit | d1b859c0bc849759ee57dba000687eef4fee9757 (patch) | |
tree | 288bf1ebcb5b7dc37818ea7a012f8d0ca25b4d81 /xfa/fgas/font/fgas_gefont.h | |
parent | 16e587e9c34d713bb15c853e11891f0cf4d5f140 (diff) | |
download | pdfium-d1b859c0bc849759ee57dba000687eef4fee9757.tar.xz |
Rename CFX_GEFont to CFGAS_GEFont
It implements IFGAS_Font and is unrelated to CFX Fonts,
except as a wrapper.
Review-Url: https://codereview.chromium.org/2037753005
Diffstat (limited to 'xfa/fgas/font/fgas_gefont.h')
-rw-r--r-- | xfa/fgas/font/fgas_gefont.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xfa/fgas/font/fgas_gefont.h b/xfa/fgas/font/fgas_gefont.h index b1b83cac89..835fe2c11a 100644 --- a/xfa/fgas/font/fgas_gefont.h +++ b/xfa/fgas/font/fgas_gefont.h @@ -16,11 +16,11 @@ class CXFA_PDFFontMgr; -class CFX_GEFont : public IFGAS_Font { +class CFGAS_GEFont : public IFGAS_Font { public: - CFX_GEFont(const CFX_GEFont& src, uint32_t dwFontStyles); - explicit CFX_GEFont(IFGAS_FontMgr* pFontMgr); - ~CFX_GEFont(); + CFGAS_GEFont(const CFGAS_GEFont& src, uint32_t dwFontStyles); + explicit CFGAS_GEFont(IFGAS_FontMgr* pFontMgr); + ~CFGAS_GEFont(); // IFGAS_Font: virtual void Release(); |