Bug 1462

Summary: Graph Font: Add name + codepoint to ID and Glyph mapping plus traversing through all Glyphs
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: graphAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal CC: rami.santina, sgothel
Priority: P4    
Version: 2.6.0   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
a8de1673ca83475227fcc914fd94a9a0be1cba79
Workaround: ---

Description Sven Gothel 2023-09-24 16:32:17 CEST
Allow access via Glyph name for convenience etc.
Comment 1 Sven Gothel 2023-09-24 16:53:24 CEST
a8de1673ca83475227fcc914fd94a9a0be1cba79

    See UISceneDemo03
    new Button(options.renderModes, fontSymbols, " "+fontSymbols.getUTF16String("pause")+" ", buttonWidth, buttonHeight); // pause
    
    Unicode codepoint symbol is also contained in Font.Glyph