#include <TypefaceFontProvider.h>
Definition at line 19 of file TypefaceFontProvider.h.
◆ TypefaceFontStyleSet()
skia::textlayout::TypefaceFontStyleSet::TypefaceFontStyleSet |
( |
const SkString & |
familyName | ) |
|
|
explicit |
◆ appendTypeface()
void skia::textlayout::TypefaceFontStyleSet::appendTypeface |
( |
sk_sp< SkTypeface > |
typeface | ) |
|
◆ count()
int skia::textlayout::TypefaceFontStyleSet::count |
( |
| ) |
|
|
overridevirtual |
◆ createTypeface()
◆ getAlias()
SkString skia::textlayout::TypefaceFontStyleSet::getAlias |
( |
| ) |
const |
|
inline |
◆ getFamilyName()
SkString skia::textlayout::TypefaceFontStyleSet::getFamilyName |
( |
| ) |
const |
|
inline |
◆ getStyle()
Implements SkFontStyleSet.
Definition at line 89 of file TypefaceFontProvider.cpp.
89 {
91 if (style) {
92 *style = fStyles[index]->fontStyle();
93 }
96 }
97}
DEF_SWITCHES_START aot vmservice shared library name
◆ matchStyle()
The documentation for this class was generated from the following files: