# Functions
DrawCircle strokes a circle with optional filling.
DrawGrid draws an x * y grid on r using strokeCol and fillCol.
DrawHairCross draw a haircross with origin x/y.
DrawLine draws the path from P to Q using lineWidth, strokeColor and style.
DrawLineSimple draws the path from P to Q.
DrawRect strokes a rectangular path for r using lineWidth, strokeColor and style.
DrawRectSimple strokes a rectangular path for r.
FillRect fills a rectangular path for r using lineWidth, strokeCol, fillCol and style.
FillRectNoBorder fills a rectangular path for r using fillCol.
HorSepLine renders a horizontal divider with optional column separators: ━━━━━━━━━━┿━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━┿━━━━━━━━┿━━━━━━━━.
SetFillColor sets the fill color.
SetLineJoinStyle sets the line join style for stroking operations.
SetLineWidth sets line width for stroking operations.
SetStrokeColor sets the stroke color.
# Type aliases
RenderMode represents the text rendering mode (see 9.3.6).