MonobjcMonobjc Documented Class Library
CGFontPostScriptFormat Enumeration
NamespacesMonobjc.ApplicationServicesCGFontPostScriptFormat

Possible formats for a PostScript font subset.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGFontPostScriptFormat
Public Enumeration CGFontPostScriptFormat
public enum class CGFontPostScriptFormat
Members
MemberDescription
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.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)