#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_WEB_FONT_TYPEFACE_FACTORY_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_WEB_FONT_TYPEFACE_FACTORY_H_
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/skia/include/core/SkFontMgr.h"
#include "build/build_config.h"
#include "third_party/blink/public/common/buildflags.h"
#include "third_party/blink/renderer/platform/wtf/allocator/allocator.h"
namespace blink {
class FontFormatCheck;
class PLATFORM_EXPORT WebFontTypefaceFactory { … };
}
#endif