pub const MISC1: BorderStyleInfo;Expand description
A set of predefined border styles for different visual aesthetics. Each BorderStyleInfo
instance defines the characters to be used for different parts of the border (corners, sides, and centers).
§Variants:
MISC1: A style with standard “+” corners, and “=” for top/bottom edges, with “|” for side edges.MISC2: A style with “╘” and “╛” for the bottom corners, and “=” for top and bottom edges.MISC3: A style with “╬” for the corners and sides, and “═” for the top and bottom edges.MISC4: A unique style with “$” corners, “~” for center sides, and “─” for top and bottom edges.
These styles can be used to customize the appearance of borders for blocks, areas, or text layouts.