From 60830ae5a056601dec5eb3c9a9589e29cfc9e041 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 27 Sep 2017 13:33:57 -0400 Subject: Hide FaceFontInfo inside CFX_FolderFontInfo This CL moves CFX_FaceFontInfo to be a protected inner class of CFX_FolderFontInfo. Change-Id: I3674c36d5295307be253e04337c22d6d0608fefe Reviewed-on: https://pdfium-review.googlesource.com/14952 Commit-Queue: dsinclair Reviewed-by: Ryan Harrison --- core/fxge/fx_font.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'core/fxge/fx_font.h') diff --git a/core/fxge/fx_font.h b/core/fxge/fx_font.h index 634429e2f6..d55160aef5 100644 --- a/core/fxge/fx_font.h +++ b/core/fxge/fx_font.h @@ -78,23 +78,6 @@ class ScopedFontTransform { FT_Face m_Face; }; -class CFX_FontFaceInfo { - public: - CFX_FontFaceInfo(ByteString filePath, - ByteString faceName, - ByteString fontTables, - uint32_t fontOffset, - uint32_t fileSize); - - const ByteString m_FilePath; - const ByteString m_FaceName; - const ByteString m_FontTables; - const uint32_t m_FontOffset; - const uint32_t m_FileSize; - uint32_t m_Styles; - uint32_t m_Charsets; -}; - class CFX_GlyphBitmap { public: CFX_GlyphBitmap(); -- cgit v1.2.3