de.intarsys.cwt.font.truetype
Class TTFontHeader
java.lang.Object
de.intarsys.cwt.font.truetype.TTFontHeader
public class TTFontHeader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MACSTYLE_BOLD
public static int MACSTYLE_BOLD
MACSTYLE_ITALIC
public static int MACSTYLE_ITALIC
MACSTYLE_UNDERLINE
public static int MACSTYLE_UNDERLINE
MACSTYLE_OUTLINE
public static int MACSTYLE_OUTLINE
MACSTYLE_SHADOW
public static int MACSTYLE_SHADOW
MACSTYLE_CONDENSED
public static int MACSTYLE_CONDENSED
MACSTYLE_EXTENDED
public static int MACSTYLE_EXTENDED
TTFontHeader
public TTFontHeader()
getFlags
public int getFlags()
getMacStyle
public int getMacStyle()
getUnitsPerEm
public int getUnitsPerEm()
getXMax
public short getXMax()
getXMin
public short getXMin()
getYMax
public short getYMax()
getYMin
public short getYMin()
isShortLocationFormat
public boolean isShortLocationFormat()
setFlags
public void setFlags(int i)
setMacStyle
public void setMacStyle(int i)
setShortLocationFormat
public void setShortLocationFormat(boolean b)
setUnitsPerEm
public void setUnitsPerEm(int i)
setXMax
public void setXMax(short i)
setXMin
public void setXMin(short i)
setYMax
public void setYMax(short i)
setYMin
public void setYMin(short i)