Skip to content

Detect standalone CFF fonts for FC_FONT_WRAPPER

Khaled Hosny requested to merge khaledhosny/fontconfig:font-wrapper-cff into main

FreeType will return CFF for both SFNT fonts with CFF table as well as standalone CFF fonts, but applications might want to support the former and not the later, so now FC_FONT_WRAPPER makes the distinction more clear.

Merge request reports