Class HemfFont

    • Constructor Detail

      • HemfFont

        public HemfFont()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class HwmfFont
      • setHeight

        public void setHeight​(double height)
      • setWeight

        public void setWeight​(int weight)
      • setItalic

        public void setItalic​(boolean italic)
      • setUnderline

        public void setUnderline​(boolean underline)
      • setStrikeOut

        public void setStrikeOut​(boolean strikeOut)
      • setTypeface

        public void setTypeface​(java.lang.String typeface)
        Description copied from interface: FontInfo
        Sets the font name
        Parameters:
        typeface - the full name of the font, when null removes the font definition - removal is implementation specific