Skip to content

PDF Type 3 color fonts

Adrian Johnson requested to merge ajohnson/cairo:pdf-color-fonts into master

This implements Type 3 color fonts for PDF for any font with a CAIRO_SCALED_GLYPH_INFO_RECORDING_SURFACE. This includes user-fonts, SVG fonts, and COLR v0/v1 fonts.

Glyphs with foreground colors are not yet implemented as Type 3 glyphs and will be rendered as images by cairo-surface. I'll look at adding PDF support for color glyphs that use foreground marker at a later date when this change has had sufficient testing to shake out any bugs.

Merge request reports