Login  Register

Re: Graph Type Rendering Updates (Graph UI)

Posted by Sven Gothel on Apr 14, 2023; 4:44pm
URL: https://forum.jogamp.org/Graph-Type-Rendering-Updates-Graph-UI-tp4042173p4042458.html

GraphUI – FontView App (Micro FontForge)

https://jausoft.com/blog/2023/04/14/graphui-fontview-app-micro-fontforge/

Refining the UI elements in our Graph Type Rendering and UI saga, pushing demos and apps for use cases. This time its FontView01, which may become a micro FontForge using it as its role model. It also demonstrate that our GraphUI scenegraph allows reusing instances, rendering it effectively a Directed Acyclic Graph (DAG).

Reusing Shape instances is especially useful if maintaining its position and scale, i.e. adding another view of the same thing as shown below by the new FontView01. The glyph `ae` is presented within two Groups, the main-grid on the left and the info-grid on the right....