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