Uses of Class
org.apache.batik.svggen.font.table.SingleSubst
-
Packages that use SingleSubst Package Description org.apache.batik.svggen.font org.apache.batik.svggen.font.table -
-
Uses of SingleSubst in org.apache.batik.svggen.font
Methods in org.apache.batik.svggen.font with parameters of type SingleSubst Modifier and Type Method Description protected static java.lang.String
SVGFont. getGlyphAsSVG(Font font, Glyph glyph, int glyphIndex, int defaultHorizAdvanceX, SingleSubst arabInitSubst, SingleSubst arabMediSubst, SingleSubst arabTermSubst, java.lang.String code)
-
Uses of SingleSubst in org.apache.batik.svggen.font.table
Subclasses of SingleSubst in org.apache.batik.svggen.font.table Modifier and Type Class Description class
SingleSubstFormat1
class
SingleSubstFormat2
Methods in org.apache.batik.svggen.font.table that return SingleSubst Modifier and Type Method Description static SingleSubst
SingleSubst. read(java.io.RandomAccessFile raf, int offset)
-