public class OpenTypeFont extends CustomPackage
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
Gets the created date.
|
OpenTypeDirectionHint |
getDirectionHint()
Gets the direction hint.
|
OpenTypeLicensingRights |
getEmbeddingLicensingRights()
Gets the embedding licensing rights type.
|
OpenTypeFlags |
getFlags()
Gets the header flags.
|
String |
getFontFamilyName()
Gets the name of the font family.
|
float |
getFontRevision()
Gets the font revision.
|
String |
getFontSubfamilyName()
Gets the name of the font subfamily.
|
String |
getFullFontName()
Gets the full name of the font.
|
Rectangle |
getGlyphBounds()
Gets the glyph bounds.
|
int |
getMajorVersion()
Gets the header major version.
|
int |
getMinorVersion()
Gets the header minor version.
|
Date |
getModified()
Gets the modified date.
|
OpenTypeBaseNameRecord[] |
getNames()
Gets the name records.
|
OpenTypeVersion |
getSfntVersion()
Gets the header SFNT version.
|
OpenTypeStyles |
getStyle()
Gets the font style.
|
String |
getTypographicFamily()
Gets the typographic family.
|
String |
getTypographicSubfamily()
Gets the typographic subfamily.
|
OpenTypeWeight |
getWeight()
Gets the font weight.
|
OpenTypeWidth |
getWidth()
Gets the font width.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final OpenTypeVersion getSfntVersion()
Gets the header SFNT version.
public final int getMajorVersion()
Gets the header major version.
public final int getMinorVersion()
Gets the header minor version.
public final float getFontRevision()
Gets the font revision.
public final OpenTypeFlags getFlags()
Gets the header flags.
public final Date getCreated()
Gets the created date.
public final Date getModified()
Gets the modified date.
public final Rectangle getGlyphBounds()
Gets the glyph bounds.
public final OpenTypeStyles getStyle()
Gets the font style.
public final OpenTypeDirectionHint getDirectionHint()
Gets the direction hint.
public final OpenTypeBaseNameRecord[] getNames()
Gets the name records.
public final String getFontFamilyName()
Gets the name of the font family.
public final String getFontSubfamilyName()
Gets the name of the font subfamily.
public final String getFullFontName()
Gets the full name of the font.
public final String getTypographicFamily()
Gets the typographic family.
public final String getTypographicSubfamily()
Gets the typographic subfamily.
public final OpenTypeWeight getWeight()
Gets the font weight.
public final OpenTypeWidth getWidth()
Gets the font width.
public final OpenTypeLicensingRights getEmbeddingLicensingRights()
Gets the embedding licensing rights type.