Module epaint::text[][src]

Expand description

Everything related to text, fonts, text layout, cursors etc.

Modules

Different types of text cursors, i.e. ways to point into a super::Galley.

Structs

Describes the font data and the sizes to use.

The collection of fonts used by epaint.

Text that has been layed out, ready for painting.

Describes the task of laying out text.

The tessellated output of a row.

Enums

Which style of font: Monospace or Proportional.

One of a few categories of styles of text, e.g. body, button or heading.

Constants

Suggested character to use to replace those in password text fields.

One \t character is this many spaces wide.

Functions

Layout text into a Galley.