Package apple.coretext.enums
Class CTFontFormat
- java.lang.Object
-
- apple.coretext.enums.CTFontFormat
-
public final class CTFontFormat extends java.lang.Object[@constant] kCTFontFormatUnrecognized The font is not a recognized format [@constant] kCTFontFormatOpenTypePostScript The font is an OpenType format containing PostScript data [@constant] kCTFontFormatOpenTypeTrueType The font is an OpenType format containing TrueType data [@constant] kCTFontFormatTrueType The font is a recognized TrueType format [@constant] kCTFontFormatPostScript The font is a recognized PostScript format [@constant] kCTFontFormatBitmap The font is a bitmap only format
-
-
Field Summary
Fields Modifier and Type Field Description static intBitmapstatic intOpenTypePostScriptstatic intOpenTypeTrueTypestatic intPostScriptstatic intTrueTypestatic intUnrecognized
-
-
-
Field Detail
-
Unrecognized
public static final int Unrecognized
- See Also:
- Constant Field Values
-
OpenTypePostScript
public static final int OpenTypePostScript
- See Also:
- Constant Field Values
-
OpenTypeTrueType
public static final int OpenTypeTrueType
- See Also:
- Constant Field Values
-
TrueType
public static final int TrueType
- See Also:
- Constant Field Values
-
PostScript
public static final int PostScript
- See Also:
- Constant Field Values
-
Bitmap
public static final int Bitmap
- See Also:
- Constant Field Values
-
-