Describes some stylistic properties of a typeface (lower 16 bits), and font appearance (top 16 bits), used with UIFontDescriptor.
Syntax
[System.Flags]
public enum UIFontDescriptorSymbolicTraits
Remarks
Members
| Member Name | Description |
|---|
| Bold | Style is bold |
| ClassClarendonSerifs | Font appearance: Clarendon style of slab serifs (examples include fonts like Clarendon and Egyptienne). |
| ClassFreeformSerifs | Font appearance: Includes some serifs |
| ClassMask | Bitmask that can be used to isolate the font appearance from the typeface information. |
| ClassModernSerifs | Font appearance: Modern serifs. |
| ClassOldStyleSerifs | Font appearance: Old style serifs. |
| ClassOrnamentals | Font appearance: Ornamental |
| ClassSansSerif | Font appearance: Sans serifs. |
| ClassScripts | Font appearance: Scripts. |
| ClassSlabSerifs | Font appearance: Slab serifs. |
| ClassSymbolic | Font appearance: symbolic. |
| ClassTransitionalSerifs | Font appearance: transitional serifs. |
| ClassUnknown | Unknown font appearance. |
| Condensed | Typeface: Condensed (can not be used with expanded). |
| Expanded | Typeface: Expanded (can not be used with Condensed). |
| Italic | Typeface: italic. |
| LooseLeading | Typeface: uses looser leading values (spacing between text lines). |
| MonoSpace | Typeface: is monospace. |
| TightLeading | Typeface: tight leading values (spacing between text lines). |
| UIOptimized | Typeface: is optimized for rendering UI controls. |
| Vertical | Typeface: contains vertical glyphs and metrics. |
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0