Methods in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFFont |
static java.lang.String |
WMFUtilities.decodeString(WMFFont wmfFont,
byte[] bstr)
Decode a byte array in a string, using the charset of the given font. |
protected java.text.AttributedString |
AbstractWMFPainter.getAttributedString(java.awt.Graphics2D g2d,
java.lang.String sr,
WMFFont wmffont)
|
protected java.text.AttributedCharacterIterator |
AbstractWMFPainter.getCharacterIterator(java.awt.Graphics2D g2d,
java.lang.String sr,
WMFFont wmffont)
Create an AttributedCharacterIterator with the current definition of the WMF Font, and
the input String. |
protected java.text.AttributedCharacterIterator |
AbstractWMFPainter.getCharacterIterator(java.awt.Graphics2D g2d,
java.lang.String sr,
WMFFont wmffont,
int align)
Create an AttributedCharacterIterator with the current definition of the WMF Font, and
the input String. |