#include "third_party/blink/renderer/platform/fonts/skia/sktypeface_factory.h"
#include "base/notreached.h"
#include "build/build_config.h"
#include "skia/ext/font_utils.h"
#include "third_party/skia/include/core/SkFontMgr.h"
#include "third_party/skia/include/ports/SkFontConfigInterface.h"
namespace blink {
sk_sp<SkTypeface> SkTypeface_Factory::FromFontConfigInterfaceIdAndTtcIndex(
int config_id,
int ttc_index) { … }
sk_sp<SkTypeface> SkTypeface_Factory::FromFilenameAndTtcIndex(
const std::string& filename,
int ttc_index) { … }
}