org.apache.batik.gvt.font
Interface AltGlyphHandler

All Known Implementing Classes:
SVGAltGlyphHandler

public interface AltGlyphHandler

An interface for handling altGlyphs.

Version:
$Id: AltGlyphHandler.java,v 1.6 2003/08/08 11:39:16 vhardy Exp $
Author:
Bella Robinson

Method Summary
 GVTGlyphVector createGlyphVector(java.awt.font.FontRenderContext frc, float fontSize, java.text.AttributedCharacterIterator aci)
          Creates a glyph vector containing the alternate glyphs.
 

Method Detail

createGlyphVector

public GVTGlyphVector createGlyphVector(java.awt.font.FontRenderContext frc,
                                        float fontSize,
                                        java.text.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.


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.