Re-exports§
pub use checkmark::CheckmarkCommand;pub use checkmark::CheckmarkPipeline;pub use shape::RippleProps;pub use shape::ShadowProps;pub use shape::ShapeCommand;
Modules§
Structs§
- Text
Command - Text
Constraint - Describes size constraints for a text draw
- Text
Data
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.