|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
General purpose (unicode) codepoint symbol and Font.Glyph ID visitor without enforcing Glyph caching.
More...
Public Member Functions | |
| void | visit (final char codepoint, final int glyph_id) |
Visiting the given (unicode) codepoint symbol and Font.Glyph ID. More... | |
General purpose (unicode) codepoint symbol and Font.Glyph ID visitor without enforcing Glyph caching.
| void com.jogamp.graph.font.Font.CodepointIDVisitor.visit | ( | final char | codepoint, |
| final int | glyph_id | ||
| ) |
Visiting the given (unicode) codepoint symbol and Font.Glyph ID.
| codepoint | (unicode) codepoint symbol |
| glyph_id | Font.Glyph ID |