// Copyright 2019 Google LLC. | |
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. | |
#ifndef SkPDFType1Font_DEFINED | |
#define SkPDFType1Font_DEFINED | |
#include "src/pdf/SkPDFDocumentPriv.h" | |
#include "src/pdf/SkPDFFont.h" | |
void SkPDFEmitType1Font(const SkPDFFont&, SkPDFDocument*); | |
#endif // SkPDFType1Font_DEFINED |