pub fn rasterize_glyph(c: char) -> Option<(u32, u32, Vec<u8>)>
Rasterize a glyph into pixel data. Returns the width, height, and pixel data (RGBA).