Skip to content
  • Akira TAGOH's avatar
    Fix FcFontList doesn't return a font with FC_COLOR=true · 9d5149ac
    Akira TAGOH authored
    "color" property has a value more than 1 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.
    9d5149ac