blob: 560be9f0b25a2fca36cb79f6f240a906ddc8540e [file]
/*
* Copyright 2024 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef FontScanner_DEFINED
#define FontScanner_DEFINED
#include "include/core/SkFontScanner.h"
#include "tests/Test.h"
#include "tools/Resources.h"
void FontScanner_VariableFont(skiatest::Reporter* reporter, SkFontScanner* scanner);
void FontScanner_NamedInstances1(skiatest::Reporter* reporter, SkFontScanner* scanner);
void FontScanner_NamedInstances2(skiatest::Reporter* reporter, SkFontScanner* scanner);
void FontScanner_FontCollection(skiatest::Reporter* reporter, SkFontScanner* scanner);
#endif // FontScanner_DEFINED