Searched refs:SkPDFType1Font (Results 1 – 1 of 1) sorted by relevance
64 struct SkPDFType1Font final : public SkPDFFont { struct65 SkPDFType1Font(SkPDFFont::Info, const SkAdvancedTypefaceMetrics&, SkPDFCanon*);66 ~SkPDFType1Font() override {} in ~SkPDFType1Font() argument248 font = sk_make_sp<SkPDFType1Font>(std::move(info), metrics, canon); in GetFontResource()566 SkPDFType1Font::SkPDFType1Font(SkPDFFont::Info info, in SkPDFType1Font() function in SkPDFType1Font