public CTFontDescriptor WithFeature(CTFontFeatureCharacterShape.Selector featureSelector)
 {
     return(WithFeature(FontFeatureGroup.CharacterShape, (int)featureSelector));
 }
Exemple #2
0
 public UIFontFeature(CTFontFeatureCharacterShape.Selector featureSelector) : this(FontFeatureGroup.CharacterShape, (int)featureSelector, featureSelector)
 {
 }