Trait vga_framebuffer::Font[][src]

pub trait Font {
    fn pixels(&self, glyph: Char, row: usize) -> u8;
fn height_pixels(&self) -> usize;
fn width_pixels(&self) -> usize;
fn length_bytes(&self) -> usize; }

Required Methods

Implementors