| Index: core/fxge/android/fx_android_font.h
|
| diff --git a/core/fxge/android/fx_android_font.h b/core/fxge/android/fx_android_font.h
|
| index 1ce4694f777868f54e0d0ea3fcd57c06bbb9c597..ee8859185ef53ddd2c76b5493539bfc424e9e1b3 100644
|
| --- a/core/fxge/android/fx_android_font.h
|
| +++ b/core/fxge/android/fx_android_font.h
|
| @@ -30,10 +30,10 @@ class CFX_AndroidFontInfo : public IFX_SystemFontInfo {
|
| int& bExact);
|
|
|
| virtual void* GetFont(const FX_CHAR* face);
|
| - virtual FX_DWORD GetFontData(void* hFont,
|
| - FX_DWORD table,
|
| + virtual uint32_t GetFontData(void* hFont,
|
| + uint32_t table,
|
| uint8_t* buffer,
|
| - FX_DWORD size);
|
| + uint32_t size);
|
| virtual FX_BOOL GetFaceName(void* hFont, CFX_ByteString& name);
|
| virtual FX_BOOL GetFontCharset(void* hFont, int& charset);
|
|
|
|
|