Bug 1462 - Graph Font: Add name + codepoint to ID and Glyph mapping plus traversing through all Glyphs
Summary: Graph Font: Add name + codepoint to ID and Glyph mapping plus traversing thro...
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: graph (show other bugs)
Version: 2.6.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2023-09-24 16:32 CEST by Sven Gothel
Modified: 2023-09-24 16:53 CEST (History)
2 users (show)

See Also:
Type: FEATURE
SCM Refs:
a8de1673ca83475227fcc914fd94a9a0be1cba79
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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