java.lang.Object
io.sf.carte.echosvg.svggen.font.table.CmapFormat
io.sf.carte.echosvg.svggen.font.table.CmapFormat4
-
Field Summary
Fields inherited from class io.sf.carte.echosvg.svggen.font.table.CmapFormat
format, length, version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getFirst()
int
getLast()
int
mapCharCode
(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:
getFirst
in classCmapFormat
-
getLast
public int getLast()- Specified by:
getLast
in classCmapFormat
-
mapCharCode
public int mapCharCode(int charCode) - Specified by:
mapCharCode
in classCmapFormat
-
toString
- Overrides:
toString
in classCmapFormat
-