Struct bmfont::BmFont [] [src]

pub struct BmFont {
    pub pages: Vec<BmPage>,
    pub chars: HashMap<u32BmChar>,
}

Fields

pages: Vec<BmPage> chars: HashMap<u32BmChar>

Methods

impl BmFont
[src]

fn get_pages(&self) -> &Vec<BmPage>

Trait Implementations

impl Debug for BmFont
[src]

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

Formats the value using the given formatter.