java.lang.Object
org.pentaho.reporting.libraries.pixie.wmf.MfLogFont
All Implemented Interfaces:
WmfObject

public class MfLogFont extends Object implements WmfObject
A Windows metafile logical font object.
  • Constructor Details

    • MfLogFont

      public MfLogFont()
      Construct from a metafile record.
  • Method Details

    • setFace

      public void setFace(String face)
    • getFace

      public String getFace()
      The name of the font face.
    • setSize

      public void setSize(int size)
    • getSize

      public int getSize()
      The size, in logical units.
    • getStyle

      public int getStyle()
      The font style.
    • setStyle

      public void setStyle(int style)
    • isUnderline

      public boolean isUnderline()
      True if this is an underlined font.
    • setUnderline

      public void setUnderline(boolean underline)
    • isStrikeOut

      public boolean isStrikeOut()
    • setStrikeOut

      public void setStrikeOut(boolean b)
    • createFont

      public Font createFont()
    • getType

      public int getType()
      Specified by:
      getType in interface WmfObject
    • getRotation

      public double getRotation()
    • setRotation

      public void setRotation(double d)