phelps.awt.font
public class OpenType extends Object implements OpenType
Version: $Revision$ $Date$
Method Summary | |
---|---|
byte[] | getFontTable(int sfntTag) Returns the table as an array of bytes for a specified tag. |
byte[] | getFontTable(int sfntTag, int offset, int count) Returns a subset of the table as an array of bytes for a specified tag. |
byte[] | getFontTable(String strSfntTag) Returns the table as an array of bytes for a specified tag. |
byte[] | getFontTable(String strSfntTag, int offset, int count) Returns a subset of the table as an array of bytes for a specified tag. |
int | getFontTableSize(int sfntTag) Returns the size of the table for a specified tag. |
int | getFontTableSize(String strSfntTag) Returns the size of the table for a specified tag. |
int | getVersion() Returns the version of the OpenType font. |