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

public class Panose extends Object
  • Constructor Details Link icon

    • Panose Link icon

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

    • getFamilyType Link icon

      public byte getFamilyType()
    • getSerifStyle Link icon

      public byte getSerifStyle()
    • getWeight Link icon

      public byte getWeight()
    • getProportion Link icon

      public byte getProportion()
    • getContrast Link icon

      public byte getContrast()
    • getStrokeVariation Link icon

      public byte getStrokeVariation()
    • getArmStyle Link icon

      public byte getArmStyle()
    • getLetterForm Link icon

      public byte getLetterForm()
    • getMidline Link icon

      public byte getMidline()
    • getXHeight Link icon

      public byte getXHeight()
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object