// Copyright 2021 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "xfa/fgas/font/fgas_fontutils.h" #include "core/fxcrt/fx_codepage.h" #include "core/fxcrt/widestring.h" #include "testing/gtest/include/gtest/gtest.h" TEST(FGAS, GetUnicodeBitField) { … } TEST(FGAS, FontNameToEnglishName) { … } TEST(FGAS, FontInfoByFontName) { … }