JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.font.Font.CodepointIDVisitor Interface Reference

General purpose (unicode) codepoint symbol and Font.Glyph ID visitor without enforcing Glyph caching. More...

Collaboration diagram for com.jogamp.graph.font.Font.CodepointIDVisitor:

Public Member Functions

void visit (final char codepoint, final int glyph_id)
 Visiting the given (unicode) codepoint symbol and Font.Glyph ID. More...
 

Detailed Description

General purpose (unicode) codepoint symbol and Font.Glyph ID visitor without enforcing Glyph caching.

Definition at line 321 of file Font.java.

Member Function Documentation

◆ visit()

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.

Parameters
codepoint(unicode) codepoint symbol
glyph_idFont.Glyph ID

The documentation for this interface was generated from the following file: