phelps.awt.font

Class OpenType

public class OpenType extends Object implements OpenType

NOT IMPLEMENTED. OpenType (www.adobe.com/...) utilities.

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.
intgetFontTableSize(int sfntTag)
Returns the size of the table for a specified tag.
intgetFontTableSize(String strSfntTag)
Returns the size of the table for a specified tag.
intgetVersion()
Returns the version of the OpenType font.

Method Detail

getFontTable

public byte[] getFontTable(int sfntTag)
Returns the table as an array of bytes for a specified tag.

getFontTable

public byte[] getFontTable(int sfntTag, int offset, int count)
Returns a subset of the table as an array of bytes for a specified tag.

getFontTable

public byte[] getFontTable(String strSfntTag)
Returns the table as an array of bytes for a specified tag.

getFontTable

public byte[] getFontTable(String strSfntTag, int offset, int count)
Returns a subset of the table as an array of bytes for a specified tag.

getFontTableSize

public int getFontTableSize(int sfntTag)
Returns the size of the table for a specified tag.

getFontTableSize

public int getFontTableSize(String strSfntTag)
Returns the size of the table for a specified tag.

getVersion

public int getVersion()
Returns the version of the OpenType font.