| Index: core/src/fxge/android/fpf_skiafont.h
|
| diff --git a/core/src/fxge/android/fpf_skiafont.h b/core/src/fxge/android/fpf_skiafont.h
|
| index 72b569fe2e9359b60781dc04cac528b9ffad3606..af334028466c60a3488e6f234fbd1d0d17575cc1 100644
|
| --- a/core/src/fxge/android/fpf_skiafont.h
|
| +++ b/core/src/fxge/android/fpf_skiafont.h
|
| @@ -44,7 +44,7 @@ public:
|
|
|
| virtual int32_t GetHeight() const;
|
| virtual int32_t GetItalicAngle() const;
|
| - virtual FX_DWORD GetFontData(FX_DWORD dwTable, FX_LPBYTE pBuffer, FX_DWORD dwSize);
|
| + virtual FX_DWORD GetFontData(FX_DWORD dwTable, uint8_t* pBuffer, FX_DWORD dwSize);
|
| FX_BOOL InitFont(CFPF_SkiaFontMgr *pFontMgr, CFPF_SkiaFontDescriptor *pFontDes, FX_BSTR bsFamily, FX_DWORD dwStyle, uint8_t uCharset);
|
| protected:
|
| CFPF_SkiaFontMgr *m_pFontMgr;
|
|
|