Package com.jogamp.graph.font
Interface Font.GlyphVisitor2
-
- Enclosing interface:
- Font
public static interface Font.GlyphVisitor2ConstrainedFont.Glyphvisitor w/oAffineTransform.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(char symbol, Font.Glyph glyph)Visiting the givenFont.Glyphhaving anOutlineShape.
-
-
-
Method Detail
-
visit
void visit(char symbol, Font.Glyph glyph)Visiting the givenFont.Glyphhaving anOutlineShape.- Parameters:
symbol- the character symbol matching the given glyphglyph-Font.Glyphwhich contains anOutlineShapeviaFont.Glyph.getShape().
-
-