static java.lang.String |
WMFUtilities.decodeString(WMFFont wmfFont,
byte[] bstr) |
Decode a byte array in a string, using the charset of the given font.
|
private void |
WMFPainter.drawString(int flag,
java.awt.Graphics2D g2d,
java.text.AttributedCharacterIterator ati,
float x,
float y,
java.awt.font.TextLayout layout,
WMFFont wmfFont,
int align) |
Draw an AttributedCharacterIterator taking into account the following characteristics.
|
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.
|