Class FontDescription

java.lang.Object
org.openpdf.pdf.FontDescription

public class FontDescription extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getFont

      public BaseFont getFont()
    • getWeight

      public int getWeight()
    • getStyle

      public IdentValue getStyle()
    • getUnderlinePosition

      public float getUnderlinePosition()
      This refers to the top of the underline stroke
    • getUnderlineThickness

      public float getUnderlineThickness()
    • getYStrikeoutPosition

      public float getYStrikeoutPosition()
    • getYStrikeoutSize

      public float getYStrikeoutSize()
    • defaultDecorations

      private static FontDescription.Decorations defaultDecorations(BaseFont font, int weight)
    • isFromFontFace

      public boolean isFromFontFace()
    • toString

      public String toString()
      Overrides:
      toString in class Object