diff options
author | npm <npm@chromium.org> | 2016-08-29 09:35:12 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-29 09:35:12 -0700 |
commit | 81ee14da357bb8bb141930d96e07a46f6d472720 (patch) | |
tree | bb3d188137887b563ea111d090fbd0f05ed7f5a5 /core/fxge/include/cfx_fontmgr.h | |
parent | 5283e674fecf3732d89a8f7f144545af2301ccec (diff) | |
download | pdfium-81ee14da357bb8bb141930d96e07a46f6d472720.tar.xz |
Move CFX_SubstFont and CTTFontDesc into their own files
Review-Url: https://codereview.chromium.org/2292503002
Diffstat (limited to 'core/fxge/include/cfx_fontmgr.h')
-rw-r--r-- | core/fxge/include/cfx_fontmgr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/fxge/include/cfx_fontmgr.h b/core/fxge/include/cfx_fontmgr.h index dac8c5ac7b..c8e66aee14 100644 --- a/core/fxge/include/cfx_fontmgr.h +++ b/core/fxge/include/cfx_fontmgr.h @@ -14,6 +14,8 @@ class IFX_SystemFontInfo; class CFX_FontMapper; +class CFX_SubstFont; +class CTTFontDesc; class CFX_FontMgr { public: |