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