Ejemplo n.º 1
0
 public static UIFont GetPreferredFontForTextStyle(UIFontTextStyle uiFontTextStyle, UITraitCollection traitCollection)
 {
     return(GetPreferredFontForTextStyle(uiFontTextStyle.GetConstant(), traitCollection));
 }
Ejemplo n.º 2
0
 public static UIFont GetPreferredFontForTextStyle(UIFontTextStyle uiFontTextStyle)
 {
     return(GetPreferredFontForTextStyle(uiFontTextStyle.GetConstant()));
 }