Struct rgmk::Font [] [src]

pub struct Font {
    pub name_index: usize,
    pub font_name_index: usize,
    pub point_size: u32,
    // some fields omitted
}

A font.

Fields

Index of the font's resource name in the string table.

Index of the font's font name in the string table.

Point size of the font.

Trait Implementations

impl Clone for Font
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more