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

Helper method for loading fonts.