Class SingleSubstFormat2


  • public class SingleSubstFormat2
    extends SingleSubst
    Version:
    $Id: SingleSubstFormat2.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SingleSubstFormat2​(java.io.RandomAccessFile raf, int offset)
      Creates new SingleSubstFormat2
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFormat()  
      int substitute​(int glyphId)  
      • Methods inherited from class org.apache.batik.svggen.font.table.SingleSubst

        read
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • coverageOffset

        private int coverageOffset
      • glyphCount

        private int glyphCount
      • substitutes

        private int[] substitutes
    • Constructor Detail

      • SingleSubstFormat2

        protected SingleSubstFormat2​(java.io.RandomAccessFile raf,
                                     int offset)
                              throws java.io.IOException
        Creates new SingleSubstFormat2
        Throws:
        java.io.IOException