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 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.