| Package | Description |
|---|---|
| org.apache.batik.svggen.font |
| Modifier and Type | Method | Description |
|---|---|---|
static Font |
Font.create() |
|
static Font |
Font.create(java.lang.String pathName) |
| Modifier and Type | Method | Description |
|---|---|---|
protected static java.lang.String |
SVGFont.getGlyphAsSVG(Font font,
Glyph glyph,
int glyphIndex,
int defaultHorizAdvanceX,
java.lang.String attrib,
java.lang.String code) |
|
protected static java.lang.String |
SVGFont.getGlyphAsSVG(Font font,
Glyph glyph,
int glyphIndex,
int defaultHorizAdvanceX,
SingleSubst arabInitSubst,
SingleSubst arabMediSubst,
SingleSubst arabTermSubst,
java.lang.String code) |
|
protected static java.lang.String |
SVGFont.getSVGFontFaceElement(Font font) |
|
protected static void |
SVGFont.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.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.