Module pipelines

Source

Re-exports§

pub use checkmark::CheckmarkCommand;
pub use checkmark::CheckmarkPipeline;
pub use shape::RippleProps;
pub use shape::ShadowProps;
pub use shape::ShapeCommand;

Modules§

blur
checkmark
contrast
image
mean
shape

Structs§

TextCommand
TextConstraint
Describes size constraints for a text draw
TextData

Functions§

read_font_system
It costs a lot to create a glyphon font system, so we use a static one to share it every where and avoid creating it multiple times. This function returns a read lock of the font system.
register_pipelines
write_font_system
It costs a lot to create a glyphon font system, so we use a static one to share it every where and avoid creating it multiple times. This function returns a write lock of the font system.