Struct rich_sdl2_ttf_rust::font::KerningDisabler [−][src]
pub struct KerningDisabler<'font>(_);
Expand description
A disabler of font kerning. Kerning of the font is disabled until this struct is dropped.
pub struct KerningDisabler<'font>(_);
A disabler of font kerning. Kerning of the font is disabled until this struct is dropped.