コード例 #1
0
 public static void AddTo(SKTextRunLookup lookup)
 {
     if (lookup == null)
     {
         throw new ArgumentNullException(nameof(lookup));
     }
     lookup.AddTypeface(GetTypeface(), Characters);
 }
コード例 #2
0
 public static void AddIonIcons(this SKTextRunLookup lookup) => lookup.AddTypeface(entry.Value);
コード例 #3
0
 public static void AddMaterialDesignIcons(this SKTextRunLookup lookup) => lookup.AddTypeface(entry.Value);
コード例 #4
0
 public static void AddFontAwesome(this SKTextRunLookup lookup) => lookup.AddTypeface(entry.Value);