Add rgba and lcdfilter fields to the fc-dict
This commit is contained in:
parent
b1853ca966
commit
ee27f23862
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue