JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.demos.graph.ui.FontView01 Class Reference

This may become a little font viewer application, having FontForge as its role model. More...

Collaboration diagram for com.jogamp.opengl.demos.graph.ui.FontView01:

Classes

class  GridDim
 

Static Public Member Functions

static void main (final String[] args) throws IOException
 

Detailed Description

This may become a little font viewer application, having FontForge as its role model.

Notable: The actual GlyphShape created for the glyph-grid Group is reused as-is in the top-right info-box as well as in the TooltipShape.

This is possible only when not modifying the scale or position of the GlyphShape, achieved by simply wrapping it in a Group. The latter gets scaled and translated when dropped into each target Group with a Group.Layout.

This is also good example using GraphUI with a Directed Acyclic Graph (DAG) arrangement.

Definition at line 99 of file FontView01.java.

Member Function Documentation

◆ main()

static void com.jogamp.opengl.demos.graph.ui.FontView01.main ( final String[]  args) throws IOException
static

Definition at line 114 of file FontView01.java.


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