22 for (
int j = 0; j < styleSet->
count(); ++j) {
25 styleSet->
getStyle(j, &fontStyle, &style);
27 "SkFont font(fontMgr->legacyMakeTypeface(\"%s\", SkFontStyle(%3d, %1d, %-27s), "
32 tostr(fontStyle.
slant()),
35 y +=
font.getSpacing() * 1.5;
REG_FIDDLE(SkFontMgr_example2, 1536, 512, false, 0)
SK_API SkString SkStringPrintf(const char *format,...) SK_PRINTF_LIKE(1
Creates a new string and writes into it using a printf()-style format.
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
void drawString(const char str[], SkScalar x, SkScalar y, const SkFont &font, const SkPaint &paint)
sk_sp< SkFontStyleSet > createStyleSet(int index) const
void getFamilyName(int index, SkString *familyName) const
int countFamilies() const
sk_sp< SkTypeface > legacyMakeTypeface(const char familyName[], SkFontStyle style) const
virtual void getStyle(int index, SkFontStyle *, SkString *style)=0
const char * c_str() const
sk_sp< SkFontMgr > fontMgr
font
Font Metadata and Metrics.