Fix FcFontList doesn't return a font with FC_COLOR=true
"color" property has a value more than 1 since 48e9e5f4 because the value of FT_HAS_COLOR is directly set to it. this seems breaking the behavior of FcFontList with FC_COLOR=true because it is more than FcDontCare. So changing comparison that way.
Loading
Please register or sign in to comment