Exemplo n.º 1
0
 public static InstalledTypeface GetInstalledFont(string fontName, TypefaceStyle style, RequestFontWeight weight)
 {
     return(GLES2PlatformFontMx.GetInstalledFont(fontName, style, weight));
 }
Exemplo n.º 2
0
 public static InstalledTypeface GetInstalledFont(string fontName, TypefaceStyle style, RequestFontWeight weight)
 {
     return(s_installedTypefaceProvider.GetInstalledTypeface(fontName, style, (ushort)weight));
 }