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.StringSVGFont. 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 classSingleSubstFormat1classSingleSubstFormat2Methods in org.apache.batik.svggen.font.table that return SingleSubst Modifier and Type Method Description static SingleSubstSingleSubst. read(java.io.RandomAccessFile raf, int offset)
-