[hb-info] Format
This commit is contained in:
parent
66ddeb0737
commit
817ec182eb
|
@ -1294,7 +1294,7 @@ struct info_t :
|
||||||
if (verbose)
|
if (verbose)
|
||||||
{
|
{
|
||||||
printf ("\nPalettes:\n\n");
|
printf ("\nPalettes:\n\n");
|
||||||
printf ("Index Flags Name\n---------------------\n");
|
printf ("Index Flags Name\n--------------------\n");
|
||||||
}
|
}
|
||||||
unsigned count = hb_ot_color_palette_get_count (face);
|
unsigned count = hb_ot_color_palette_get_count (face);
|
||||||
for (unsigned i = 0; i < count; i++)
|
for (unsigned i = 0; i < count; i++)
|
||||||
|
|
Loading…
Reference in New Issue