java.lang.Object
io.sf.carte.echosvg.svggen.font.table.LookupSubtable
io.sf.carte.echosvg.svggen.font.table.SingleSubst
- Direct Known Subclasses:
SingleSubstFormat1
,SingleSubstFormat2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
static SingleSubst
read
(RandomAccessFile raf, int offset) abstract int
substitute
(int glyphId)
-
Constructor Details
-
SingleSubst
public SingleSubst()
-
-
Method Details
-
getFormat
public abstract int getFormat() -
substitute
public abstract int substitute(int glyphId) -
read
- Throws:
IOException
-