pub fn get_outlined_glyph_texture(
font_system: &mut FontSystem,
swash_cache: &mut SwashCache,
physical_glyph: &PhysicalGlyph,
font_smoothing: FontSmoothing,
) -> Result<(Image, IVec2), TextError>Expand description
Get the texture of the glyph as a rendered image, and its offset