Searched refs:max_height (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c86 int max_height; member in struct:grub_font_info
287 if (height > font_info->max_height)
288 font_info->max_height = height;
918 font_info->max_height, &offset, file);
945 printf ("Max height: %d\n", font_info->max_height);

Completed in 16 milliseconds