Struct bmfont::BmFont [] [src]

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

Fields

Methods

impl BmFont
[src]

Trait Implementations

impl Debug for BmFont
[src]

Formats the value using the given formatter.