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

id: u32 page: u32 x: i32 y: i32 xoffset: i32 yoffset: i32 width: i32 height: i32 xadvance: i32 chnl: i32

Methods

impl BmChar
[src]

fn new() -> Self

Trait Implementations

impl Debug for BmChar
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.