Expand description
Draw text.
Re-exports§
pub use cache::Cache;pub use editor::Editor;pub use paragraph::Paragraph;pub use cosmic_text;
Modules§
Structs§
- Font
System - A set of system fonts.
- Raw
- A weak reference to a
cosmic_text::Bufferthat can be drawn. - Version
- A version number.
Enums§
- Text
- A text primitive.
Traits§
- Renderer
- A text renderer coupled to
iced_graphics.
Functions§
- align
- Aligns the given
cosmic_text::Bufferwith the givenAlignmentand returns its minimumSize. - font_
system - Returns the global
FontSystem. - measure
- Measures the dimensions of the given
cosmic_text::Buffer. - to_
attributes - Returns the attributes of the given
Font. - to_
color - Converts some
Colorto acosmic_text::Color. - to_
shaping - Converts some
Shapingstrategy to acosmic_text::Shapingstrategy. - to_wrap
- Converts some
Wrappingstrategy to acosmic_text::Wrapstrategy.