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