forked from external/yambar
fcft: update to 1.0.0
Allow/disallow subpixel antialiasing in font_glyph_for_wc(), not using font_enable_subpixel_antialias().
This commit is contained in:
parent
54a31f8745
commit
8294eb5a80
4 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ begin_expose(struct exposable *exposable)
|
|||
|
||||
/* Convert text to glyph masks/images. */
|
||||
for (size_t i = 0; i < chars; i++) {
|
||||
const struct glyph *glyph = font_glyph_for_wc(font, wtext[i]);
|
||||
const struct glyph *glyph = font_glyph_for_wc(font, wtext[i], false);
|
||||
if (glyph == NULL)
|
||||
continue;
|
||||
e->glyphs[e->num_glyphs++] = glyph;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue