Raxol.UI.BorderRenderer (Raxol v2.0.1)

View Source

Handles border rendering logic and border character definitions.

Summary

Functions

Gets border characters for a given border style.

Renders box borders with proper styling.

Renders empty box with no borders.

Functions

get_border_chars(arg1)

Gets border characters for a given border style.

render_box_borders(x, y, width, height, border_chars, style)

Renders box borders with proper styling.

render_empty_box(x, y, width, height, style)

Renders empty box with no borders.

render_horizontal_line(x, y, width, char, style, theme)

Renders horizontal line.

render_vertical_line(x, y, height, char, style, theme)

Renders vertical line.