mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
fcft: fcft_glyph_for_wc() has been renamed to fcft_glyph_rasterize()
This commit is contained in:
parent
e5ef81a064
commit
234a787859
1 changed files with 1 additions and 1 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 fcft_glyph *glyph = fcft_glyph_for_wc(
|
||||
const struct fcft_glyph *glyph = fcft_glyph_rasterize(
|
||||
font, wtext[i], FCFT_SUBPIXEL_NONE);
|
||||
|
||||
if (glyph == NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue