CTFontStylisticClass Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values specify the serif style of a CTFont.
public enum CTFontStylisticClass
type CTFontStylisticClass =
- Inheritance
-
CTFontStylisticClass
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Unknown | 0 | |
OldStyleSerifs | 268435456 | |
TransitionalSerifs | 536870912 | |
ModernSerifs | 805306368 | |
ClarendonSerifs | 1073741824 | |
SlabSerifs | 1342177280 | |
FreeformSerifs | 1879048192 | |
SansSerif | 2147483648 | |
Ornamentals | 2415919104 | |
Scripts | 2684354560 | |
Symbolic | 3221225472 |