Skip to main content

DrawRunSummary

Type Alias DrawRunSummary 

Source
pub type DrawRunSummary = RecordingSummary;
Expand description

What a run contains, answered while recording.

Aliased Type§

pub struct DrawRunSummary {
    pub has_text: bool,
    pub has_shadow: bool,
    pub has_non_shadow: bool,
    pub has_pixel_sensitive: bool,
}

Fields§

§has_text: bool

Any text, including inside a blend: glyph masks want rigid snapping.

§has_shadow: bool§has_non_shadow: bool

Any primitive besides a shadow.

§has_pixel_sensitive: bool

Any image or text, including inside a blend: content that resamples badly on a fractionally offset surface.