#include "testing/test_fonts.h"
#include <memory>
#include <set>
#include <utility>
#include "core/fxge/cfx_fontmapper.h"
#include "core/fxge/cfx_fontmgr.h"
#include "core/fxge/cfx_gemodule.h"
#include "core/fxge/systemfontinfo_iface.h"
#include "testing/utils/path_service.h"
namespace {
ByteString RenameFontForTesting(const ByteString& face) { … }
class SystemFontInfoWrapper : public SystemFontInfoIface { … };
}
TestFonts::TestFonts() { … }
TestFonts::~TestFonts() = default;
void TestFonts::InstallFontMapper() { … }
std::string TestFonts::RenameFont(const char* face) { … }