Struct epaint::TextureAtlas [−][src]
pub struct TextureAtlas { /* fields omitted */ }
Expand description
Contains font data in an atlas, where each character occupied a small rectangle.
More characters can be added, possibly expanding the texture.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TextureAtlas
impl Send for TextureAtlas
impl Sync for TextureAtlas
impl Unpin for TextureAtlas
impl UnwindSafe for TextureAtlas
Blanket Implementations
Mutably borrows from an owned value. Read more