Package com.jogamp.graph.font
Interface Font.GlyphVisitor2
-
- Enclosing interface:
- Font
public static interface Font.GlyphVisitor2
General purposeFont.Glyph
visitor w/oAffineTransform
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(Font.Glyph glyph)
Visiting the givenFont.Glyph
-
-
-
Method Detail
-
visit
void visit(Font.Glyph glyph)
Visiting the givenFont.Glyph
- Parameters:
glyph
-Font.Glyph
which may contain anOutlineShape
viaFont.Glyph.getShape()
.
-
-