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 
6 #include "SkData.h"
7 #include "SkPDFGlyphUse.h"
8 
9 sk_sp<SkData> SkPDFSubsetFont(sk_sp<SkData> fontData,
10                               const SkPDFGlyphUse& glyphUsage,
11                               const char* fontName,
12                               int ttcIndex);
13 
14 #endif  // SkPDFSubsetFont_DEFINED
15