Struct bmfont::BmChar [] [src]

pub struct BmChar {
    pub id: u32,
    pub page: u32,
    pub x: i32,
    pub y: i32,
    pub xoffset: i32,
    pub yoffset: i32,
    pub width: i32,
    pub height: i32,
    pub xadvance: i32,
    pub chnl: i32,
}

Fields

Methods

impl BmChar
[src]

Trait Implementations

impl Debug for BmChar
[src]

Formats the value using the given formatter.