diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-05-25 15:18:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-25 15:18:47 +0000 |
| commit | b60e438b069c5e5beffdf6c7546e1e2e87aed305 (patch) | |
| tree | a522da09725c2c700b41cd9406c582a198f1d218 | |
| parent | 3a6bc67fbd6df190b002d33f600a6465cad9cfb8 (diff) | |
| parent | dc9d624e8b8b7451e87d064604801cdb9986781e (diff) | |
Merge pull request #12 from kronikpillow/fix-allow-color-font
fix allow color font
| -rw-r--r-- | drw.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -339,7 +339,6 @@ drw_text(Drw *drw, int x, int y, unsigned int w, unsigned int h, unsigned int lp fcpattern = FcPatternDuplicate(drw->fonts->pattern); FcPatternAddCharSet(fcpattern, FC_CHARSET, fccharset); FcPatternAddBool(fcpattern, FC_SCALABLE, FcTrue); - FcPatternAddBool(fcpattern, FC_COLOR, FcFalse); FcConfigSubstitute(NULL, fcpattern, FcMatchPattern); FcDefaultSubstitute(fcpattern); |
