fc-validate: returns an error code when missing some glyphs

Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/issues/154
This commit is contained in:
Akira TAGOH 2019-05-09 07:10:11 +00:00
parent a305e988b7
commit c336b84718
1 changed files with 1 additions and 0 deletions

View File

@ -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);