Class PostTable

java.lang.Object
org.apache.batik.svggen.font.table.PostTable
All Implemented Interfaces:
Table

public class PostTable extends Object implements Table
Version:
$Id: PostTable.java 1733416 2016-03-03 07:07:13Z gadams $
  • Field Details

    • macGlyphName

      private static final String[] macGlyphName
      TODO: Mac Glyph names for 210 invalid input: '&' 257
    • version

      private int version
    • italicAngle

      private int italicAngle
    • underlinePosition

      private short underlinePosition
    • underlineThickness

      private short underlineThickness
    • isFixedPitch

      private int isFixedPitch
    • minMemType42

      private int minMemType42
    • maxMemType42

      private int maxMemType42
    • minMemType1

      private int minMemType1
    • maxMemType1

      private int maxMemType1
    • numGlyphs

      private int numGlyphs
    • glyphNameIndex

      private int[] glyphNameIndex
    • psGlyphName

      private String[] psGlyphName
  • Constructor Details

  • Method Details

    • highestGlyphNameIndex

      private int highestGlyphNameIndex()
    • getGlyphName

      public String getGlyphName(int i)
    • getType

      public int getType()
      Get the table type, as a table directory value.
      Specified by:
      getType in interface Table
      Returns:
      The table type