Package com.jogamp.graph.font
Interface Font.CodepointIDVisitor
-
- Enclosing interface:
- Font
public static interface Font.CodepointIDVisitor
General purpose (unicode) `codepoint` symbol andFont.Glyph
ID visitor without enforcingFont.Glyph
caching.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(char codepoint, int glyph_id)
Visiting the given (unicode) `codepoint` symbol andFont.Glyph
ID.
-
-
-
Method Detail
-
visit
void visit(char codepoint, int glyph_id)
Visiting the given (unicode) `codepoint` symbol andFont.Glyph
ID.- Parameters:
codepoint
- (unicode) `codepoint` symbolglyph_id
-Font.Glyph
ID
-
-