fc-validate: returns an error code when missing some glyphs
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/154
This commit is contained in:
parent
a305e988b7
commit
c336b84718
|
@ -197,6 +197,7 @@ main (int argc, char **argv)
|
|||
{
|
||||
FcChar32 ucs4, pos, map[FC_CHARSET_MAP_SIZE];
|
||||
|
||||
err = 1;
|
||||
printf (_("%s:%d Missing %d glyph(s) to satisfy the coverage for %s language\n"),
|
||||
argv[i], index, count, lang);
|
||||
|
||||
|
|
Loading…
Reference in New Issue