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: boolAny text, including inside a blend: glyph masks want rigid snapping.
has_shadow: bool§has_non_shadow: boolAny primitive besides a shadow.
has_pixel_sensitive: boolAny image or text, including inside a blend: content that resamples badly on a fractionally offset surface.