Skip to content

Please provide a way to inherit GlyphSet #30

@joshtriplett

Description

@joshtriplett

If rendering a tree with a non-default GlyphSet, it's inconvenient to add .with_glyphs(...) on every node of the tree. It'd be much easier to set it once, at the root, and have it inherited by every node when displaying.

This could be done without breaking backwards compatibility by having a .with_glyphs_inherit(...), or if there isn't a use case for varying node-by-node and backwards compatibility isn't an issue, it could be done by changing .with_glyphs(...) to inherit.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions