blob: 37254b41ca79be0445451c3b1891a0e395f28466 [file]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/skia/include/core/SkFontMgr.h"
#include "third_party/skia/include/ports/SkFontMgr_Fontations.h"
sk_sp<SkFontMgr> pdfium_skia_custom_font_manager() {
return SkFontMgr_New_Fontations_Empty();
}