Searched defs:null_font (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c124 static struct grub_font null_font; variable in typeref:struct:grub_font
194 font_init (&null_font);
195 null_font.name = "<No Font>";
196 null_font.ascent = unknown_glyph->height - 3;
197 null_font.descent = 3;
198 null_font.max_char_width = unknown_glyph->width;
199 null_font.max_char_height = unknown_glyph->height;
869 /* The null_font is a last resort. */
870 return &null_font;

Completed in 27 milliseconds