Struct gfx_glyph::GlyphCalculatorGuard [] [src]

pub struct GlyphCalculatorGuard<'brush, 'font: 'brush> { /* fields omitted */ }

GlyphCalculator scoped cache lock.

Trait Implementations

impl<'brush, 'font> Debug for GlyphCalculatorGuard<'brush, 'font>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'brush, 'font> GlyphCruncher<'font> for GlyphCalculatorGuard<'brush, 'font>
[src]

[src]

Returns the pixel bounding box for the input section using a custom layout. The box is a conservative whole number pixel rectangle that can contain the section. Read more

[src]

Returns an iterator over the PositionedGlyphs of the given section with a custom layout. Read more

[src]

Returns the pixel bounding box for the input section. The box is a conservative whole number pixel rectangle that can contain the section. Read more

[src]

Returns an iterator over the PositionedGlyphs of the given section. Read more

impl<'a, 'b> Drop for GlyphCalculatorGuard<'a, 'b>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'brush, 'font> !Send for GlyphCalculatorGuard<'brush, 'font>

impl<'brush, 'font> Sync for GlyphCalculatorGuard<'brush, 'font>