PdfReader builds

This commit is contained in:
Oleg Korshul
2018-04-17 13:40:11 +03:00
parent 4cb984684d
commit f57b28cd24
16 changed files with 495 additions and 407 deletions

View File

@ -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);
};