Struct raylib::ffi::Font [−][src]
#[repr(C)]pub struct Font {
pub baseSize: i32,
pub charsCount: i32,
pub charsPadding: i32,
pub texture: Texture,
pub recs: *mut Rectangle,
pub chars: *mut CharInfo,
}
Fields
baseSize: i32
charsCount: i32
charsPadding: i32
texture: Texture
recs: *mut Rectangle
chars: *mut CharInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Font
impl UnwindSafe for Font
Blanket Implementations
Mutably borrows from an owned value. Read more