Methods in org.apache.batik.svggen.font with parameters of type Font |
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.getGlyphAsSVG(Font font,
Glyph glyph,
int glyphIndex,
int defaultHorizAdvanceX,
String attrib,
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. |