serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibPDF: Add string drawing code for Type0Fonts

Open nico opened this issue 1 year ago • 1 comments

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.

nico avatar Feb 12 '24 14:02 nico

Red CI unrelated.

nico avatar Feb 12 '24 17:02 nico