java.lang.Object
io.sf.carte.echosvg.svggen.font.table.CmapFormat
io.sf.carte.echosvg.svggen.font.table.CmapFormat4
- 
Field SummaryFieldsFields inherited from class io.sf.carte.echosvg.svggen.font.table.CmapFormatformat, length, version
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetFirst()intgetLast()intmapCharCode(int charCode) toString()Methods inherited from class io.sf.carte.echosvg.svggen.font.table.CmapFormatcreate, getFormat, getLength, getVersion
- 
Field Details- 
languagepublic int language
 
- 
- 
Constructor Details- 
CmapFormat4- Throws:
- IOException
 
 
- 
- 
Method Details- 
getFirstpublic int getFirst()- Specified by:
- getFirstin class- CmapFormat
 
- 
getLastpublic int getLast()- Specified by:
- getLastin class- CmapFormat
 
- 
mapCharCodepublic int mapCharCode(int charCode) - Specified by:
- mapCharCodein class- CmapFormat
 
- 
toString- Overrides:
- toStringin class- CmapFormat
 
 
-