diff options
Diffstat (limited to 'core/fxge/android/cfpf_skiafontmgr.h')
-rw-r--r-- | core/fxge/android/cfpf_skiafontmgr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/fxge/android/cfpf_skiafontmgr.h b/core/fxge/android/cfpf_skiafontmgr.h index 5e0bce2d78..3152a3592e 100644 --- a/core/fxge/android/cfpf_skiafontmgr.h +++ b/core/fxge/android/cfpf_skiafontmgr.h @@ -10,7 +10,6 @@ #include <map> #include <vector> -#include "core/fxcrt/fx_stream.h" #include "core/fxcrt/fx_string.h" #include "core/fxge/fx_font.h" @@ -31,12 +30,7 @@ class CFPF_SkiaFontMgr { uint32_t dwMatch); bool InitFTLibrary(); - FXFT_Face GetFontFace(const RetainPtr<IFX_SeekableReadStream>& pFileRead, - int32_t iFaceIndex); FXFT_Face GetFontFace(const ByteStringView& bsFile, int32_t iFaceIndex); - FXFT_Face GetFontFace(const uint8_t* pBuffer, - size_t szBuffer, - int32_t iFaceIndex); private: void ScanPath(const ByteString& path); |