fix comment wording in drw.c
This commit is contained in:
parent
9ab88b5935
commit
0dc8cb9dab
4
drw.c
4
drw.c
@ -107,8 +107,8 @@ drw_font_xcreate(Drw *drw, const char *fontname, FcPattern *fontpattern) {
|
|||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
if (fontname) {
|
if (fontname) {
|
||||||
/* Using the pattern found at font->xfont->pattern does not yield same
|
/* Using the pattern found at font->xfont->pattern does not yield the
|
||||||
* the same substitution results as using the pattern returned by
|
* same substitution results as using the pattern returned by
|
||||||
* FcNameParse; using the latter results in the desired fallback
|
* FcNameParse; using the latter results in the desired fallback
|
||||||
* behaviour whereas the former just results in
|
* behaviour whereas the former just results in
|
||||||
* missing-character-rectangles being drawn, at least with some fonts.
|
* missing-character-rectangles being drawn, at least with some fonts.
|
||||||
|
Loading…
Reference in New Issue
Block a user