serenity
serenity copied to clipboard
LibPDF: Add string drawing code for Type0Fonts
This is very similar to SimpleFont::draw_string() for now, but it'll become a bit different when we add support for vertical text.
CIDFontType now only needs to draw single glyphs. Neither of the subclasses can do that yet, so no behavior change yet.
More scaffolding for type0 fonts.
Red CI unrelated.