Package apple.coregraphics.enums
Class CGFontPostScriptFormat
- java.lang.Object
-
- apple.coregraphics.enums.CGFontPostScriptFormat
-
public final class CGFontPostScriptFormat extends java.lang.ObjectThe format of a PostScript font subset. Type1 is documented in "Adobe Type 1 Font Format"; Type3 in "PostScript Language Reference, 3rd ed." and Type42 in "Adobe Technical Note 5012, The Type 42 Font Format Specification".
-
-
Field Detail
-
Type1
public static final int Type1
- See Also:
- Constant Field Values
-
Type3
public static final int Type3
- See Also:
- Constant Field Values
-
Type42
public static final int Type42
- See Also:
- Constant Field Values
-
-