diff options
author | npm <npm@chromium.org> | 2016-10-11 08:57:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-11 08:57:01 -0700 |
commit | 232ce9365df0768846972be34a3a84f915bf7e82 (patch) | |
tree | d2100e73102ca4c8be7cd3813d857fed873f9550 /core/fxge/cfx_substfont.h | |
parent | d2023170190b4eb278054fd84765412c1a6ccddd (diff) | |
download | pdfium-232ce9365df0768846972be34a3a84f915bf7e82.tar.xz |
Slightly simplify CFX_FontMapper::FindSubstFont
- Deleted useless flag FXFONT_SUBST_STANDARD
- Change kExternalFontIndex to something more meaningful
- Fetch symbolic fonts using UseInternalSubst too
Review-Url: https://codereview.chromium.org/2400773002
Diffstat (limited to 'core/fxge/cfx_substfont.h')
-rw-r--r-- | core/fxge/cfx_substfont.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxge/cfx_substfont.h b/core/fxge/cfx_substfont.h index 943f7bf866..8dba1006c0 100644 --- a/core/fxge/cfx_substfont.h +++ b/core/fxge/cfx_substfont.h @@ -15,7 +15,6 @@ #define FXFONT_SUBST_TRANSFORM 0x10 #define FXFONT_SUBST_NONSYMBOL 0x20 #define FXFONT_SUBST_EXACT 0x40 -#define FXFONT_SUBST_STANDARD 0x80 class CFX_SubstFont { public: |