java.lang.Object
io.sf.carte.echosvg.svggen.font.table.CmapFormat
io.sf.carte.echosvg.svggen.font.table.CmapFormat4
-
Field Summary
FieldsFields inherited from class io.sf.carte.echosvg.svggen.font.table.CmapFormat
format, length, version -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetFirst()intgetLast()intmapCharCode(int charCode) toString()Methods inherited from class io.sf.carte.echosvg.svggen.font.table.CmapFormat
create, getFormat, getLength, getVersion
-
Field Details
-
language
public int language
-
-
Constructor Details
-
CmapFormat4
- Throws:
IOException
-
-
Method Details
-
getFirst
public int getFirst()- Specified by:
getFirstin classCmapFormat
-
getLast
public int getLast()- Specified by:
getLastin classCmapFormat
-
mapCharCode
public int mapCharCode(int charCode) - Specified by:
mapCharCodein classCmapFormat
-
toString
- Overrides:
toStringin classCmapFormat
-