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 String
SVGFont.getGlyphAsSVG
(Font font, Glyph glyph, int glyphIndex, int defaultHorizAdvanceX, String attrib, String code) protected static String
SVGFont.getGlyphAsSVG
(Font font, Glyph glyph, int glyphIndex, int defaultHorizAdvanceX, SingleSubst arabInitSubst, SingleSubst arabMediSubst, SingleSubst arabTermSubst, String code) protected static String
SVGFont.getSVGFontFaceElement
(Font font) protected static void
SVGFont.writeFontAsSVGFragment
(PrintStream ps, Font font, String id, int first, int last, boolean autoRange, boolean forceAscii) Returns a <font>...</font> block, defining the specified font.