Skip to content

Add a custom palette to font options

Matthias Clasen requested to merge matthiasc/cairo:custom-color-palette into master

Add a way to define a custom color palette as part of cairo_font_options_t. To use the custom palette when rendering color fonts, set the palette index to CAIRO_COLOR_PALETTE_CUSTOM.

Merge request reports