public SKFontStyleSet GetFontStyles(string familyName) { return(SKFontStyleSet.GetObject(SkiaApi.sk_fontmgr_match_family(Handle, familyName))); }
public SKFontStyleSet GetFontStyles(int index) { return(SKFontStyleSet.GetObject(SkiaApi.sk_fontmgr_create_styleset(Handle, index))); }