Lines Matching refs:familyName
62 void getFamilyName(int index, SkString* familyName) const;
87 SkFontStyleSet* matchFamily(const char familyName[]) const;
90 * Find the closest matching typeface to the specified familyName and style
94 * Passing |nullptr| as the parameter for |familyName| will return the
101 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
111 * Passing |nullptr| as the parameter for |familyName| will return the
118 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
147 sk_sp<SkTypeface> legacyMakeTypeface(const char familyName[], SkFontStyle style) const;
190 virtual void onGetFamilyName(int index, SkString* familyName) const = 0;
194 virtual SkFontStyleSet* onMatchFamily(const char familyName[]) const = 0;
196 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
198 virtual SkTypeface* onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
209 virtual sk_sp<SkTypeface> onLegacyMakeTypeface(const char familyName[], SkFontStyle) const = 0;