effect-tree
    Preparing search index...

    Variable getGlyphMapConst

    getGlyphMap: Draw.Themed<Draw.GlyphRoleMap> = ...

    Get the GlyphRoleMap defined for the theme. It defines the mapping between glyph roles and actual glyphs. Authors of ThemedParts access glyphs by role from this dictionary, which allows the theme to configure the actual glyphs used for each role.

    The Theme to query.

    The dictionary of glyph roles to glyphs.