// Copyright 2016 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/fxge/cfx_gemodule.h" #include "core/fxcrt/check.h" #include "core/fxge/cfx_folderfontinfo.h" #include "core/fxge/cfx_fontcache.h" #include "core/fxge/cfx_fontmgr.h" namespace { CFX_GEModule* g_pGEModule = …; } // namespace CFX_GEModule::CFX_GEModule(const char** pUserFontPaths) : … { … } CFX_GEModule::~CFX_GEModule() = default; // static void CFX_GEModule::Create(const char** pUserFontPaths) { … } // static void CFX_GEModule::Destroy() { … } // static CFX_GEModule* CFX_GEModule::Get() { … }