diff options
author | Lei Zhang <thestig@chromium.org> | 2016-02-18 15:39:09 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-02-18 15:39:09 -0800 |
commit | c599b59f77d3a620e983fd30802a414795be470a (patch) | |
tree | b10f13db6d0e0a4cb19bc39691495385483b675d /core/include/fpdfapi | |
parent | 649a0efe74b6e8a6032289a66478d9bb8fb7f285 (diff) | |
download | pdfium-c599b59f77d3a620e983fd30802a414795be470a.tar.xz |
Remove useless CPDF_FontCharMap.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1715583002 .
Diffstat (limited to 'core/include/fpdfapi')
-rw-r--r-- | core/include/fpdfapi/fpdf_resource.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/include/fpdfapi/fpdf_resource.h b/core/include/fpdfapi/fpdf_resource.h index bc71e7afbc..b8504337df 100644 --- a/core/include/fpdfapi/fpdf_resource.h +++ b/core/include/fpdfapi/fpdf_resource.h @@ -181,12 +181,6 @@ class CPDF_Font { FX_DWORD CharCodeFromUnicode(FX_WCHAR Unicode) const; - CFX_CharMap* GetCharMap() { return m_pCharMap; } - - CFX_ByteString EncodeString(const CFX_WideString& str) const; - - CFX_WideString DecodeString(const CFX_ByteString& str) const; - void GetFontBBox(FX_RECT& rect) const { rect = m_FontBBox; } int GetTypeAscent() const { return m_Ascent; } @@ -238,8 +232,6 @@ class CPDF_Font { void CheckFontMetrics(); - CFX_CharMap* m_pCharMap; - CFX_ByteString m_BaseFont; CPDF_StreamAcc* m_pFontFile; |