Flutter Engine
The Flutter Engine
SkPDFSubsetFont.h
Go to the documentation of this file.
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
7
8class SkData;
9class SkPDFGlyphUse;
10class SkTypeface;
11
12sk_sp<SkData> SkPDFSubsetFont(const SkTypeface& typeface, const SkPDFGlyphUse& glyphUsage);
13
14#endif // SkPDFSubsetFont_DEFINED
sk_sp< SkData > SkPDFSubsetFont(const SkTypeface &typeface, const SkPDFGlyphUse &glyphUsage)
Definition: SkData.h:25