org.apache.fop.fonts
Class TTFFile
java.lang.Object
|
+--org.apache.fop.fonts.TTFFile
- public class TTFFile
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
TTFFile
public TTFFile()
readFont
public void readFont(FontFileReader in)
throws java.io.IOException
printStuff
public void printStuff()
main
public static void main(java.lang.String[] args)
getWindowsName
public java.lang.String getWindowsName()
getPostscriptName
public java.lang.String getPostscriptName()
getCharSetName
public java.lang.String getCharSetName()
getCapHeight
public int getCapHeight()
getXHeight
public int getXHeight()
getFlags
public int getFlags()
getStemV
public java.lang.String getStemV()
getItalicAngle
public java.lang.String getItalicAngle()
getFontBBox
public int[] getFontBBox()
getLowerCaseAscent
public int getLowerCaseAscent()
getLowerCaseDescent
public int getLowerCaseDescent()
getLastChar
public short getLastChar()
getFirstChar
public short getFirstChar()
getCharWidth
public int getCharWidth(int idx)
getKerning
public java.util.Hashtable getKerning()
isEmbeddable
public boolean isEmbeddable()
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.