xref: /aosp_15_r20/external/skia/src/pdf/SkPDFType1Font.h (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1 // Copyright 2019 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 SkPDFType1Font_DEFINED
4 #define SkPDFType1Font_DEFINED
5 
6 class SkPDFDocument;
7 class SkPDFFont;
8 
9 void SkPDFEmitType1Font(const SkPDFFont&, SkPDFDocument*);
10 
11 #endif  // SkPDFType1Font_DEFINED
12