// Copyright 2018 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <string> #include "core/fxcrt/check.h" #include "core/fxge/cfx_folderfontinfo.h" #include "core/fxge/cfx_fontmapper.h" #include "core/fxge/cfx_gemodule.h" #include "core/fxge/fx_font.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/utils/path_service.h" TEST(FXFontTest, UnicodeFromAdobeName) { … } TEST(FXFontTest, AdobeNameFromUnicode) { … } TEST(FXFontTest, ReadFontNameFromMicrosoftEntries) { … }