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