CTFontFormat 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.
Font format.
public enum CTFontFormattype CTFontFormat = - Inheritance
- 
				CTFontFormat
Fields
| Name | Value | Description | 
|---|---|---|
| Unrecognized | 0 | An unrecognized font format. | 
| OpenTypePostScript | 1 | OpenType PostScript font. | 
| OpenTypeTrueType | 2 | OpenType TrueType font. | 
| TrueType | 3 | TrueType font. | 
| PostScript | 4 | PostScript font. | 
| Bitmap | 5 | Bitmap font. |