diff options
author | Jun Fang <jun_fang@foxitsoftware.com> | 2015-12-09 19:49:24 -0800 |
---|---|---|
committer | Jun Fang <jun_fang@foxitsoftware.com> | 2015-12-09 19:49:24 -0800 |
commit | 3d8f56d817baf2864caac844f0b403b5da7ef8b0 (patch) | |
tree | 487c9f68cd8f1b23fddfd899a5321847b642b6d9 /core/include | |
parent | 2b13af09bd788afbf9e9eecc5938820cdc037134 (diff) | |
download | pdfium-3d8f56d817baf2864caac844f0b403b5da7ef8b0.tar.xz |
Add CFX_FontMapper::IsBuiltinFace() in master branch
BUG=452793, 561478
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1511613005 .
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fxge/fx_font.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index 95b036e0bc..085ead88c7 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -257,6 +257,7 @@ class CFX_FontMapper { int italic_angle, int CharsetCP, CFX_SubstFont* pSubstFont); + FX_BOOL IsBuiltinFace(const FXFT_Face face) const; private: static const size_t MM_FACE_COUNT = 2; |