[][src]Function dyon_interactive::load_font

pub fn load_font<F, T>(rt: &mut Runtime) -> Result<(), String> where
    F: 'static + Clone,
    T: 'static + CreateTexture<F> + UpdateTexture<F> + ImageSize, 

Helper method for loading fonts.