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_ge_fontmap.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'core/fxge/fx_ge_fontmap.cpp') diff --git a/core/fxge/fx_ge_fontmap.cpp b/core/fxge/fx_ge_fontmap.cpp index b11ee9c6f3..6e3d8abea3 100644 --- a/core/fxge/fx_ge_fontmap.cpp +++ b/core/fxge/fx_ge_fontmap.cpp @@ -78,16 +78,3 @@ std::unique_ptr IFX_SystemFontInfo::CreateDefault( return nullptr; } #endif - -CFX_FontFaceInfo::CFX_FontFaceInfo(ByteString filePath, - ByteString faceName, - ByteString fontTables, - uint32_t fontOffset, - uint32_t fileSize) - : m_FilePath(filePath), - m_FaceName(faceName), - m_FontTables(fontTables), - m_FontOffset(fontOffset), - m_FileSize(fileSize), - m_Styles(0), - m_Charsets(0) {} -- cgit v1.2.3