RevGrid - v0.11.1
    Preparing search index...

    Cell painters convert resolved view-cell state into canvas drawing operations.

    A painter typically reads:

    1. Cell value and metadata.
    2. Style settings (alignment, colors, fonts, padding).
    3. Cell bounds and rendering context.

    Painters should be deterministic and side-effect free so the renderer can schedule redraws safely.

    Standard implementations are documented in Standard Cell Painters.