예제 #1
0
 public static Font DefaultBold(float size)
 {
     return(FontResolver.ResolveFont("Segoe UI", size, FontStyle.Bold, GraphicsUnit.Pixel));
 }
예제 #2
0
 public static Font DefaultLight(float size)
 {
     return(FontResolver.ResolveFont("Segoe UI Light", size, FontStyle.Regular, GraphicsUnit.Pixel));
 }