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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract intstatic SingleSubstread(RandomAccessFile raf, int offset) abstract intsubstitute(int glyphId) 
- 
Constructor Details- 
SingleSubstpublic SingleSubst()
 
- 
- 
Method Details- 
getFormatpublic abstract int getFormat()
- 
substitutepublic abstract int substitute(int glyphId) 
- 
read- Throws:
- IOException
 
 
-