UIKit.UIFontFeature Members

The members of UIKit.UIFontFeature are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates a new UIFontFeature that describes a CoreText CTFontFeatureAllTypographicFeatures with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureAlternateKana with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureAnnotation with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureCaseSensitiveLayout with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureCharacterAlternatives with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureCharacterShape with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureCJKRomanSpacing with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureCJKSymbolAlternatives with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureCJKVerticalRomanPlacement with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureContextualAlternates with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureCursiveConnection with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureDesignComplexity with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureDiacritics with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureFractions with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureIdeographicAlternatives with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureIdeographicSpacing with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureItalicCJKRoman with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureKanaSpacing with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureLetterCase with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureLigatures with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureLinguisticRearrangementConnection with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureLowerCase with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureMathematicalExtras with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureNumberCase with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureNumberSpacing with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureOrnamentSets with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureOverlappingCharacters with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureRubyKana with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureSmartSwash with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureStyleOptions with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureStylisticAlternatives with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureTextSpacing with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureTransliteration with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureTypographicExtras with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureUnicodeDecomposition with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureUpperCase with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureVerticalPosition with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureVerticalSubstitutionConnection with the given value.
Creates a new UIFontFeature that describes a CoreText CTFontFeatureCharacterAlternatives with the given value.

Public Properties

[read-only]
FontFeatureCoreText.FontFeatureGroup. The FontFeatureGroup that this UIFontFeature object encapsulates.
[read-only]
FontFeatureValueobject. The value for the FontFeature.

Public Methods

override
ToString() : string
Renders a human readable representation of this object.

Explicitly Implemented Interface Members

[read-only]
ObjCRuntime.INativeObject.HandleIntPtr. Handle to the underlying NSDictionary that is used to store the FontFeature and FontFeatureValue.