Trait raylib::core::text::RaylibFont[][src]

pub trait RaylibFont: AsRef<Font> + AsMut<Font> {
    fn base_size(&self) -> i32 { ... }
fn texture(&self) -> &Texture2D { ... }
fn chars(&self) -> &[CharInfo] { ... }
fn chars_mut(&mut self) -> &mut [CharInfo] { ... } }

Provided methods

Implementors