org.apache.batik.gvt.font
Interface AltGlyphHandler


public interface AltGlyphHandler

An interface for handling altGlyphs.

Version:
$Id: AltGlyphHandler.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Bella Robinson

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

Method Detail

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.


Copyright © 2000–2017 Apache Software Foundation. All rights reserved.