-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
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.