mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
PdfReader builds
This commit is contained in:
@ -558,6 +558,8 @@ namespace NSFonts
|
||||
virtual std::wstring GetFontType() = 0;
|
||||
virtual void SetSubpixelRendering(const bool& hmul, const bool& vmul) = 0;
|
||||
|
||||
virtual unsigned int GetNameIndex(const std::wstring& wsName) = 0;
|
||||
|
||||
public:
|
||||
static IFontFile* LoadFontFile(CLibrary& library, IFontStream* pStream, int lFaceIndex);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user