Struct gfx_glyph::OwnedSection [] [src]

pub struct OwnedSection {
    pub text: String,
    pub screen_position: (f32, f32),
    pub bounds: (f32, f32),
    pub scale: Scale,
    pub color: [f32; 4],
}

A section with owned text. See Section

Fields

Trait Implementations

impl Debug for OwnedSection
[src]

Formats the value using the given formatter.

impl Clone for OwnedSection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for OwnedSection
[src]

Returns the "default value" for a type. Read more