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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c83 int asce; member in struct:grub_font_info
105 {"asce", required_argument, 0, 'c'},
138 -c, --asce=N set font ascent\n\
757 if (ymax < font_info->asce)
758 ymax = font_info->asce;
789 (y < font_info->asce))
928 if (! font_info->asce)
931 font_info->asce = 1;
933 font_info->asce = font_info->max_y;
937 font_info->asce,
[all...]

Completed in 162 milliseconds