org.apache.batik.svggen.font.table
Class CmapFormat2

java.lang.Object
  extended by org.apache.batik.svggen.font.table.CmapFormat
      extended by org.apache.batik.svggen.font.table.CmapFormat2

public class CmapFormat2
extends CmapFormat


Field Summary
 
Fields inherited from class org.apache.batik.svggen.font.table.CmapFormat
format, length, version
 
Constructor Summary
protected CmapFormat2(RandomAccessFile raf)
           
 
Method Summary
 int getFirst()
           
 int getLast()
           
 int mapCharCode(int charCode)
           
 
Methods inherited from class org.apache.batik.svggen.font.table.CmapFormat
create, getFormat, getLength, getVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmapFormat2

protected CmapFormat2(RandomAccessFile raf)
               throws IOException
Throws:
IOException
Method Detail

getFirst

public int getFirst()
Specified by:
getFirst in class CmapFormat

getLast

public int getLast()
Specified by:
getLast in class CmapFormat

mapCharCode

public int mapCharCode(int charCode)
Specified by:
mapCharCode in class CmapFormat


Copyright © 2017 Apache Software Foundation. All Rights Reserved.