Type Definition sdl2_extras::managers::FontManager

source ·
pub type FontManager<'l> = ResourceManager<'l, FontDetails, Font<'l, 'static>, Sdl2TtfContext>;