Lines Matching defs:SkPDFFont
23 /** \class SkPDFFont
30 class SkPDFFont {
32 ~SkPDFFont();
33 SkPDFFont(SkPDFFont&&);
34 SkPDFFont& operator=(SkPDFFont&&);
56 bool multiByteGlyphs() const { return SkPDFFont::IsMultiByte(this->getType()); }
89 static SkPDFFont* GetFontResource(SkPDFDocument* doc,
127 SkPDFFont(sk_sp<SkTypeface>,
135 SkPDFFont() = delete;
136 SkPDFFont(const SkPDFFont&) = delete;
137 SkPDFFont& operator=(const SkPDFFont&) = delete;