public CTFontDescriptor WithFeature (CTFontFeatureSmartSwash.Selector featureSelector)
		{
			return WithFeature (FontFeatureGroup.SmartSwash, (int) featureSelector);
		}
Exemplo n.º 2
0
 public UIFontFeature(CTFontFeatureSmartSwash.Selector featureSelector)
     : this(FontFeatureGroup.SmartSwash, (int) featureSelector, featureSelector)
 {
 }