[][src]Module egui::paint

Graphics module.

Handles fonts, textures, color, geometry and tesselation.

Re-exports

pub use color::Color;
pub use command::LineStyle;
pub use command::PaintCmd;
pub use fonts::FontDefinitions;
pub use fonts::Fonts;
pub use fonts::TextStyle;
pub use tessellator::PaintJobs;
pub use tessellator::PaintOptions;
pub use tessellator::Path;
pub use tessellator::Triangles;
pub use tessellator::Vertex;

Modules

color
command
font
fonts
tessellator

Structs

Texture

An 8-bit texture containing font data.