|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.extension.font.TTXParser
public class TTXParser
| Constructor Summary | |
|---|---|
TTXParser()
|
|
| Method Summary | |
|---|---|
int[] |
getCharacterWidthMap()
Returns a map storing the character advances (simply widths). |
int |
getFUnitsPerEm()
Returns the number of fUnits per em, usually 2048 in truetype and 1000 in postscript fonts. |
int[][] |
getKerningTable()
Returns a table containing the kerning values of character pairs. |
void |
read(java.io.InputStream theFilename)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TTXParser()
| Method Detail |
|---|
public void read(java.io.InputStream theFilename)
public int getFUnitsPerEm()
public int[] getCharacterWidthMap()
public int[][] getKerningTable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||