Chromium Code Reviews| Index: core/fxge/cfx_substfont.h |
| diff --git a/core/fxge/cfx_substfont.h b/core/fxge/cfx_substfont.h |
| index 8dba1006c021243b6a078d1054b4be909ecfa7b0..01196d442ab48e2a27d0cde2e44c2d30e6b0558f 100644 |
| --- a/core/fxge/cfx_substfont.h |
| +++ b/core/fxge/cfx_substfont.h |
| @@ -10,10 +10,6 @@ |
| #include "core/fxcrt/fx_string.h" |
| #define FXFONT_SUBST_MM 0x01 |
| -#define FXFONT_SUBST_GLYPHPATH 0x04 |
|
dsinclair
2016/10/11 20:18:33
Just to be sure, we don't have another define whic
npm
2016/10/11 20:29:44
git grep m_SubstFlags shows it's only |= with FXFO
|
| -#define FXFONT_SUBST_CLEARTYPE 0x08 |
| -#define FXFONT_SUBST_TRANSFORM 0x10 |
| -#define FXFONT_SUBST_NONSYMBOL 0x20 |
| #define FXFONT_SUBST_EXACT 0x40 |
| class CFX_SubstFont { |