Possible formats for a PostScript font subset.
Available in Mac OS X v10.4 and later.
| C# | Visual Basic | Visual C++ |
public enum CGFontPostScriptFormat
Public Enumeration CGFontPostScriptFormat
public enum class CGFontPostScriptFormat
| Member | Description |
|---|---|
| kCGFontPostScriptFormatType1 | This is documented in Adobe Type 1 Font Format, which is available from http://partners.adobe.com/. Available in Mac OS X v10.4 and later. |
| kCGFontPostScriptFormatType3 | This is documented in PostScript Language Reference, 3rd edition, which is available from http://partners.adobe.com/. Available in Mac OS X v10.4 and later. |
| kCGFontPostScriptFormatType42 | This is documented in Adobe Technical Note 5012, The Type 42 Font Format Specification, which is available from http://partners.adobe.com/. Available in Mac OS X v10.4 and later. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)