java.lang.Object
io.sf.carte.echosvg.svggen.font.table.Panose

public class Panose extends Object
  • Constructor Details

    • Panose

      public Panose(byte[] panose)
      Creates new Panose
  • Method Details

    • getFamilyType

      public byte getFamilyType()
    • getSerifStyle

      public byte getSerifStyle()
    • getWeight

      public byte getWeight()
    • getProportion

      public byte getProportion()
    • getContrast

      public byte getContrast()
    • getStrokeVariation

      public byte getStrokeVariation()
    • getArmStyle

      public byte getArmStyle()
    • getLetterForm

      public byte getLetterForm()
    • getMidline

      public byte getMidline()
    • getXHeight

      public byte getXHeight()
    • toString

      public String toString()
      Overrides:
      toString in class Object