Skip to content

dwrite: Fix incorrect rendering of some SVG fonts

Adrian Johnson requested to merge ajohnson/cairo:dwrite-svg-fix into master

SVG fonts are returning DWRITE_GLYPH_IMAGE_FORMATS_NONE as well as DWRITE_GLYPH_IMAGE_FORMATS_SVG in GetCurrentRun() resulting in the outline glyph and color glyph both rendered to the same glyph image.

Merge request reports