Package de.intarsys.cwt.font.truetype
Interface ITTNamingIDs
-
public interface ITTNamingIDs
-
-
Field Summary
Fields Modifier and Type Field Description static int
CompatibleFull
static int
Copyright
static int
Description
static int
DesignerName
static int
FontFamilyName
static int
FontId
static int
FontSubfamilyName
static int
FullFontName
static int
LicenseDescription
static int
LicenseInfoURL
static int
ManufacturerName
static int
PreferredFamily
static int
PreferredSubFamily
static int
PS_CID
static int
PSName
static int
SampleText
static int
Trademark
static int
URLDesigner
static int
URLVendor
static int
Version
-
-
-
Field Detail
-
Copyright
static final int Copyright
- See Also:
- Constant Field Values
-
FontFamilyName
static final int FontFamilyName
- See Also:
- Constant Field Values
-
FontSubfamilyName
static final int FontSubfamilyName
- See Also:
- Constant Field Values
-
FontId
static final int FontId
- See Also:
- Constant Field Values
-
FullFontName
static final int FullFontName
- See Also:
- Constant Field Values
-
Version
static final int Version
- See Also:
- Constant Field Values
-
PSName
static final int PSName
- See Also:
- Constant Field Values
-
Trademark
static final int Trademark
- See Also:
- Constant Field Values
-
ManufacturerName
static final int ManufacturerName
- See Also:
- Constant Field Values
-
DesignerName
static final int DesignerName
- See Also:
- Constant Field Values
-
Description
static final int Description
- See Also:
- Constant Field Values
-
URLVendor
static final int URLVendor
- See Also:
- Constant Field Values
-
URLDesigner
static final int URLDesigner
- See Also:
- Constant Field Values
-
LicenseDescription
static final int LicenseDescription
- See Also:
- Constant Field Values
-
LicenseInfoURL
static final int LicenseInfoURL
- See Also:
- Constant Field Values
-
PreferredFamily
static final int PreferredFamily
- See Also:
- Constant Field Values
-
PreferredSubFamily
static final int PreferredSubFamily
- See Also:
- Constant Field Values
-
CompatibleFull
static final int CompatibleFull
- See Also:
- Constant Field Values
-
SampleText
static final int SampleText
- See Also:
- Constant Field Values
-
PS_CID
static final int PS_CID
- See Also:
- Constant Field Values
-
-