diff options
Diffstat (limited to 'xfa/fgas/font/cfgas_pdffontmgr.h')
-rw-r--r-- | xfa/fgas/font/cfgas_pdffontmgr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fgas/font/cfgas_pdffontmgr.h b/xfa/fgas/font/cfgas_pdffontmgr.h index a019990dad..0cc647500b 100644 --- a/xfa/fgas/font/cfgas_pdffontmgr.h +++ b/xfa/fgas/font/cfgas_pdffontmgr.h @@ -30,9 +30,6 @@ class CFGAS_PDFFontMgr : public Observable<CFGAS_PDFFontMgr> { uint32_t dwFontStyles, CPDF_Font** pPDFFont, bool bStrictMatch); - bool GetCharWidth(const RetainPtr<CFGAS_GEFont>& pFont, - wchar_t wUnicode, - int32_t* pWidth); private: RetainPtr<CFGAS_GEFont> FindFont(const ByteString& strFamilyName, |