Re-exports§
pub use crate::text_selection::CCursorRange;
pub use crate::text_selection::CursorRange;
Structs§
- CCursor
- Character cursor.
- Font
Data - A
.ttf
or.otf
file and a font face index. - Font
Definitions - Describes the font data and the sizes to use.
- Fonts
- The collection of fonts used by
epaint
. - Galley
- Text that has been laid out, ready for painting.
- Layout
Job - Describes the task of laying out text.
- Layout
Section - Text
Format - Formatting option for a section of text.
- Text
Wrapping - Controls the text wrapping and elision of a
LayoutJob
.
Enums§
- Font
Family - Font of unknown size.
Constants§
- TAB_
SIZE - One
\t
character is this many spaces wide.