Home | History | Annotate | Download | only in pdf

Lines Matching defs:typeface

34     /** Returns the typeface represented by this class. Returns nullptr for the
35 * default typeface.
37 SkTypeface* typeface() const { return fTypeface.get(); }
78 /** Get the font resource for the passed typeface and glyphID. The
83 * @param typeface The typeface to find, not nullptr.
87 SkTypeface* typeface,
91 * @param typeface can not be nullptr.
92 * @return nullptr only when typeface is bad.
94 static const SkAdvancedTypefaceMetrics* GetMetrics(SkTypeface* typeface,
103 * Return false iff the typeface has its NotEmbeddable flag set.
104 * typeface is not nullptr