org.jfree.pixie.wmf
Class MfLogFont
java.lang.Object
org.jfree.pixie.wmf.MfLogFont
- WmfObject
public class MfLogFont
extends java.lang.Object
A Windows metafile logical font object.
MfLogFont() - Construct from a metafile record.
|
MfLogFont
public MfLogFont()
Construct from a metafile record.
createFont
public Font createFont()
getFace
public String getFace()
The name of the font face.
getRotation
public double getRotation()
getSize
public int getSize()
The size, in logical units.
getStyle
public int getStyle()
The font style.
isStrikeOut
public boolean isStrikeOut()
isUnderline
public boolean isUnderline()
True if this is an underlined font.
setFace
public void setFace(String face)
setRotation
public void setRotation(double d)
setSize
public void setSize(int size)
setStrikeOut
public void setStrikeOut(boolean b)
setStyle
public void setStyle(int style)
setUnderline
public void setUnderline(boolean underline)