コード例 #1
0
 public static InstalledTypeface GetInstalledFont(string fontName, TypefaceStyle style, RequestFontWeight weight)
 {
     return(GLES2PlatformFontMx.GetInstalledFont(fontName, style, weight));
 }
コード例 #2
0
 public static InstalledTypeface GetInstalledFont(string fontName, TypefaceStyle style, RequestFontWeight weight)
 {
     return(s_installedTypefaceProvider.GetInstalledTypeface(fontName, style, (ushort)weight));
 }