summaryrefslogtreecommitdiff
path: root/core/fxge/android/cfpf_skiafontmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/android/cfpf_skiafontmgr.h')
-rw-r--r--core/fxge/android/cfpf_skiafontmgr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/fxge/android/cfpf_skiafontmgr.h b/core/fxge/android/cfpf_skiafontmgr.h
index 99aafd7bd2..2c7d8679c5 100644
--- a/core/fxge/android/cfpf_skiafontmgr.h
+++ b/core/fxge/android/cfpf_skiafontmgr.h
@@ -14,8 +14,6 @@
#include "core/fxcrt/fx_string.h"
#include "core/fxge/fx_font.h"
-#define FPF_MATCHFONT_REPLACEANSI 1
-
class CFPF_SkiaFont;
class CFPF_SkiaPathFont;
@@ -27,8 +25,7 @@ class CFPF_SkiaFontMgr {
void LoadSystemFonts();
CFPF_SkiaFont* CreateFont(const ByteStringView& bsFamilyname,
uint8_t uCharset,
- uint32_t dwStyle,
- uint32_t dwMatch);
+ uint32_t dwStyle);
bool InitFTLibrary();
FXFT_Face GetFontFace(const ByteStringView& bsFile, int32_t iFaceIndex);