Crate glyph_brush[][src]

Re-exports

pub use glyph_brush_layout::*;

Modules

rusttype

Re-exported rusttype types.

Structs

GlyphCalculator

Cut down version of a GlyphBrush that can calculate pixel bounds, but is unable to actually render anything.

GlyphCalculatorBuilder

Builder for a GlyphCalculator.

GlyphCalculatorGuard

GlyphCalculator scoped cache lock.

GlyphedSection
OwnedSectionText
OwnedVariedSection
Section

An object that contains all the info to render a section of text.

VariedSection

An object that contains all the info to render a varied section of text. That is one including many parts with differing fonts/scales/colors bowing to a single layout.

Traits

GlyphCruncher

Common glyph layout logic.

Type Definitions

PositionedGlyphIter

PositionedGlyph iterator.