Add rgba and lcdfilter fields to the fc-dict

This commit is contained in:
Kovid Goyal 2017-12-09 12:58:23 +05:30
parent b1853ca966
commit ee27f23862
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -49,6 +49,8 @@ pattern_as_dict(FcPattern *pat) {
I(FC_SLANT, slant);
I(FC_HINT_STYLE, hint_style);
I(FC_INDEX, index);
I(FC_RGBA, subpixel);
I(FC_LCD_FILTER, lcdfilter);
B(FC_HINTING, hinting);
B(FC_SCALABLE, scalable);
B(FC_OUTLINE, outline);