Skip to main content

Painter

Type Alias Painter 

Source
pub type Painter = fn(name: &str, theme: &Theme) -> Option<MarkPaint>;
Expand description

What a registered mark looks like. None for a name this build does not paint, which reads as ordinary text.