Package | Description |
---|---|
org.apache.batik.transcoder.wmf.tosvg |
Contains all of the interfaces for transcoding WMF Metafiles to SVG.
|
Modifier and Type | Field and Description |
---|---|
protected WMFFont |
AbstractWMFPainter.wmfFont |
Modifier and Type | Method and Description |
---|---|
static String |
WMFUtilities.decodeString(WMFFont wmfFont,
byte[] bstr)
Decode a byte array in a string, using the charset of the given font.
|
protected AttributedString |
AbstractWMFPainter.getAttributedString(Graphics2D g2d,
String sr,
WMFFont wmffont) |
protected AttributedCharacterIterator |
AbstractWMFPainter.getCharacterIterator(Graphics2D g2d,
String sr,
WMFFont wmffont)
Create an AttributedCharacterIterator with the current definition of the WMF Font, and
the input String.
|
protected AttributedCharacterIterator |
AbstractWMFPainter.getCharacterIterator(Graphics2D g2d,
String sr,
WMFFont wmffont,
int align)
Create an AttributedCharacterIterator with the current definition of the WMF Font, and
the input String.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.