Character sets for Unicode and ASCII box-drawing rendering.
Each Charset struct holds all glyphs needed to draw nodes, edges,
corners, arrows, and subgraph borders, organized into sub-structs.
Summary
Functions
Returns a charset using plain ASCII characters.
Selects a charset from keyword options.
Returns a charset using Unicode box-drawing characters.
Types
@type t() :: %Boxart.Charset{ arrows: Boxart.Charset.Arrows.t(), box: Boxart.Charset.Box.t(), junctions: Boxart.Charset.Junctions.t(), lines: Boxart.Charset.Lines.t(), markers: Boxart.Charset.Markers.t(), subgraph: Boxart.Charset.Subgraph.t() }