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