Hal Canary | 42d6c59 | 2018-11-15 14:01:49 -0500 | [diff] [blame] | 1 | // Copyright 2018 Google LLC. |
| 2 | // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. |
| 3 | #ifndef SkPDFSubsetFont_DEFINED |
| 4 | #define SkPDFSubsetFont_DEFINED |
| 5 | |
Kaylee Lubick | bea3840 | 2024-05-03 18:11:24 -0400 | [diff] [blame] | 6 | #include "include/core/SkRefCnt.h" |
Kaylee Lubick | bea3840 | 2024-05-03 18:11:24 -0400 | [diff] [blame] | 7 | |
| 8 | class SkData; |
| 9 | class SkPDFGlyphUse; |
Ben Wagner | 84acad6 | 2022-05-25 09:41:01 -0400 | [diff] [blame] | 10 | class SkTypeface; |
Hal Canary | 42d6c59 | 2018-11-15 14:01:49 -0500 | [diff] [blame] | 11 | |
Ben Wagner | 84acad6 | 2022-05-25 09:41:01 -0400 | [diff] [blame] | 12 | sk_sp<SkData> SkPDFSubsetFont(const SkTypeface& typeface, const SkPDFGlyphUse& glyphUsage); |
Hal Canary | 42d6c59 | 2018-11-15 14:01:49 -0500 | [diff] [blame] | 13 | |
| 14 | #endif // SkPDFSubsetFont_DEFINED |