public static void AddTo(SKTextRunLookup lookup)
 {
     if (lookup == null)
     {
         throw new ArgumentNullException(nameof(lookup));
     }
     lookup.AddTypeface(GetTypeface(), Characters);
 }
 public static void AddIonIcons(this SKTextRunLookup lookup) => lookup.AddTypeface(entry.Value);
 public static void AddMaterialDesignIcons(this SKTextRunLookup lookup) => lookup.AddTypeface(entry.Value);
Esempio n. 4
0
 public static void AddFontAwesome(this SKTextRunLookup lookup) => lookup.AddTypeface(entry.Value);