// 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

class SkPDFDocument;
class SkPDFFont;

void SkPDFEmitType1Font(const SkPDFFont&, SkPDFDocument*);

#endif  // SkPDFType1Font_DEFINED
