fn bitmap()

in src/wit.rs [46:52]


    fn bitmap(&self, c: char, font_size: f32, stroke_width: f32) -> Option<fi::GlyphBitmap> {
        Some(fi::GlyphBitmap::new(self.bitmap(
            c,
            font_size,
            stroke_width,
        )?))
    }