Struct imgui::SharedFontAtlas[][src]

pub struct SharedFontAtlas(_);
Expand description

A font atlas that can be shared between contexts

Implementations

Methods from Deref<Target = FontAtlas>

Returns true if the font atlas has been built

Builds a 1 byte per-pixel font atlas texture

Builds a 4 byte per-pixel font atlas texture

Clears the font atlas completely (both input and output data)

Clears output font data (glyph storage, UV coordinates)

Clears output texture data.

Can be used to save RAM once the texture has been transferred to the GPU.

Clears all the data used to build the textures and fonts

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.