|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
General purpose Font.Glyph visitor.
More...
Public Member Functions | |
| void | visit (final Glyph glyph, final AffineTransform t) |
Visiting the given Font.Glyph having an OutlineShape with it's corresponding AffineTransform. More... | |
General purpose Font.Glyph visitor.
| void com.jogamp.graph.font.Font.GlyphVisitor.visit | ( | final Glyph | glyph, |
| final AffineTransform | t | ||
| ) |
Visiting the given Font.Glyph having an OutlineShape with it's corresponding AffineTransform.
| glyph | Font.Glyph which contains an OutlineShape via Font.Glyph#getShape(). |
| t | may be used immediately as is, otherwise a copy shall be made if stored. |