| Index: core/fxge/android/fpf_skiafontmgr.cpp
|
| diff --git a/core/fxge/android/fpf_skiafontmgr.cpp b/core/fxge/android/fpf_skiafontmgr.cpp
|
| index b7bc27acdf762e58c8217edca238818376a4cfcb..3158f4ca52025dd05edb71474bedca62903ae4e9 100644
|
| --- a/core/fxge/android/fpf_skiafontmgr.cpp
|
| +++ b/core/fxge/android/fpf_skiafontmgr.cpp
|
| @@ -250,10 +250,10 @@ void CFPF_SkiaFontMgr::LoadSystemFonts() {
|
| void CFPF_SkiaFontMgr::LoadPrivateFont(IFX_FileRead* pFontFile) {}
|
| void CFPF_SkiaFontMgr::LoadPrivateFont(const CFX_ByteStringC& bsFileName) {}
|
| void CFPF_SkiaFontMgr::LoadPrivateFont(void* pBuffer, size_t szBuffer) {}
|
| -IFPF_Font* CFPF_SkiaFontMgr::CreateFont(const CFX_ByteStringC& bsFamilyname,
|
| - uint8_t uCharset,
|
| - uint32_t dwStyle,
|
| - uint32_t dwMatch) {
|
| +CFPF_SkiaFont* CFPF_SkiaFontMgr::CreateFont(const CFX_ByteStringC& bsFamilyname,
|
| + uint8_t uCharset,
|
| + uint32_t dwStyle,
|
| + uint32_t dwMatch) {
|
| uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset);
|
| auto it = m_FamilyFonts.find(dwHash);
|
| if (it != m_FamilyFonts.end() && it->second)
|
|
|