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

General purpose Font.Glyph visitor w/o AffineTransform. More...

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

Public Member Functions

void visit (final Glyph glyph)
 Visiting the given Font.Glyph. More...
 

Detailed Description

General purpose Font.Glyph visitor w/o AffineTransform.

Definition at line 310 of file Font.java.

Member Function Documentation

◆ visit()

void com.jogamp.graph.font.Font.GlyphVisitor2.visit ( final Glyph  glyph)

Visiting the given Font.Glyph.

Parameters
glyphFont.Glyph which may contain an OutlineShape via Font.Glyph#getShape().

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