| Index: xfa/fgas/font/fgas_font.h
|
| diff --git a/xfa/fgas/font/fgas_font.h b/xfa/fgas/font/fgas_font.h
|
| index ea82ec1526417fa87c531b9000dabfd3437a8abf..5d3a44092da52b5d2639003312951e3f31545f6d 100644
|
| --- a/xfa/fgas/font/fgas_font.h
|
| +++ b/xfa/fgas/font/fgas_font.h
|
| @@ -88,7 +88,7 @@ class IFGAS_Font {
|
| virtual int32_t GetItalicAngle() const = 0;
|
| virtual void Reset() = 0;
|
| virtual IFGAS_Font* GetSubstFont(int32_t iGlyphIndex) const = 0;
|
| - virtual void* GetDevFont() const = 0;
|
| + virtual CFX_Font* GetDevFont() const = 0;
|
| virtual void SetFontProvider(CXFA_PDFFontMgr* pProvider) = 0;
|
| #if _FXM_PLATFORM_ != _FXM_PLATFORM_WINDOWS_
|
| virtual void SetLogicalFontStyle(uint32_t dwLogFontStyle) = 0;
|
|
|