blob: dcb50cdce3116b7d04c6cd5efe7312266a1eeb89 [file] [log] [blame]
Hal Canary42d6c592018-11-15 14:01:49 -05001// 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 Lubickbea38402024-05-03 18:11:24 -04006#include "include/core/SkRefCnt.h"
Kaylee Lubickbea38402024-05-03 18:11:24 -04007
8class SkData;
9class SkPDFGlyphUse;
Ben Wagner84acad62022-05-25 09:41:01 -040010class SkTypeface;
Hal Canary42d6c592018-11-15 14:01:49 -050011
Ben Wagner84acad62022-05-25 09:41:01 -040012sk_sp<SkData> SkPDFSubsetFont(const SkTypeface& typeface, const SkPDFGlyphUse& glyphUsage);
Hal Canary42d6c592018-11-15 14:01:49 -050013
14#endif // SkPDFSubsetFont_DEFINED