blob: 104bf5bc391f2364ef26b7a8f6cbeee07450165d [file] [log] [blame]
/*
* Copyright 2024 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SKFONTSCANNER_FONTATIONS_H_
#define SKFONTSCANNER_FONTATIONS_H_
#include "include/core/SkFontScanner.h"
SK_API std::unique_ptr<SkFontScanner> SkFontScanner_Make_Fontations();
#endif // SKFONTSCANNER_FONTATIONS_H_