Uses of Class
org.apache.batik.svggen.font.Font
-
Packages that use Font Package Description org.apache.batik.svggen.font -
-
Uses of Font in org.apache.batik.svggen.font
Methods in org.apache.batik.svggen.font that return Font Modifier and Type Method Description static FontFont. create()static FontFont. create(java.lang.String pathName)Methods in org.apache.batik.svggen.font with parameters of type Font Modifier and Type Method Description protected static java.lang.StringSVGFont. getGlyphAsSVG(Font font, Glyph glyph, int glyphIndex, int defaultHorizAdvanceX, java.lang.String attrib, java.lang.String code)protected static java.lang.StringSVGFont. getGlyphAsSVG(Font font, Glyph glyph, int glyphIndex, int defaultHorizAdvanceX, SingleSubst arabInitSubst, SingleSubst arabMediSubst, SingleSubst arabTermSubst, java.lang.String code)protected static java.lang.StringSVGFont. getSVGFontFaceElement(Font font)protected static voidSVGFont. writeFontAsSVGFragment(java.io.PrintStream ps, Font font, java.lang.String id, int first, int last, boolean autoRange, boolean forceAscii)Returns a <font>...</font> block, defining the specified font.
-