Uses of Class
org.apache.batik.transcoder.wmf.tosvg.WMFFont
Packages that use WMFFont
Package
Description
Contains all of the interfaces for transcoding WMF Metafiles to SVG.
-
Uses of WMFFont in org.apache.batik.transcoder.wmf.tosvg
Fields in org.apache.batik.transcoder.wmf.tosvg declared as WMFFontMethods in org.apache.batik.transcoder.wmf.tosvg with parameters of type WMFFontModifier and TypeMethodDescriptionstatic StringWMFUtilities.decodeString(WMFFont wmfFont, byte[] bstr) Decode a byte array in a string, using the charset of the given font.protected AttributedStringAbstractWMFPainter.getAttributedString(Graphics2D g2d, String sr, WMFFont wmffont) protected AttributedCharacterIteratorAbstractWMFPainter.getCharacterIterator(Graphics2D g2d, String sr, WMFFont wmffont) Create an AttributedCharacterIterator with the current definition of the WMF Font, and the input String.protected AttributedCharacterIteratorAbstractWMFPainter.getCharacterIterator(Graphics2D g2d, String sr, WMFFont wmffont, int align) Create an AttributedCharacterIterator with the current definition of the WMF Font, and the input String.