Package org.apache.batik.gvt.font
Interface AltGlyphHandler
- All Known Implementing Classes:
SVGAltGlyphHandler
public interface AltGlyphHandler
An interface for handling altGlyphs.
-
Method Summary
Modifier and TypeMethodDescriptioncreateGlyphVector
(FontRenderContext frc, float fontSize, AttributedCharacterIterator aci) Creates a glyph vector containing the alternate glyphs.
-
Method Details
-
createGlyphVector
GVTGlyphVector createGlyphVector(FontRenderContext frc, float fontSize, AttributedCharacterIterator aci) Creates a glyph vector containing the alternate glyphs.- Parameters:
frc
- The current font render context.fontSize
- The required font size.- Returns:
- The GVTGlyphVector containing the alternate glyphs, or null if the alternate glyphs could not be found.
-