xref: /aosp_15_r20/external/skia/tests/FontScanner.h (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1 /*
2  * Copyright 2024 Google Inc.
3  *
4  * Use of this source code is governed by a BSD-style license that can be
5  * found in the LICENSE file.
6  */
7 #ifndef FontScanner_DEFINED
8 #define FontScanner_DEFINED
9 
10 #include "include/core/SkFontScanner.h"
11 #include "tests/Test.h"
12 #include "tools/Resources.h"
13 
14 void FontScanner_VariableFont(skiatest::Reporter* reporter, SkFontScanner* scanner);
15 void FontScanner_NamedInstances1(skiatest::Reporter* reporter, SkFontScanner* scanner);
16 void FontScanner_NamedInstances2(skiatest::Reporter* reporter, SkFontScanner* scanner);
17 void FontScanner_FontCollection(skiatest::Reporter* reporter, SkFontScanner* scanner);
18 
19 #endif // FontScanner_DEFINED
20