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 #include "src/pdf/SkPDFDocumentPriv.h" 7 #include "src/pdf/SkPDFFont.h" 8 9 void SkPDFEmitType1Font(const SkPDFFont&, SkPDFDocument*); 10 11 #endif // SkPDFType1Font_DEFINED 12