Lines Matching defs:font
28 /* This is the "8_BY_13" font extracted from freeglut. */
53 #include "hud/font.h"
67 char* Name; /* The source font name */
68 int Quantity; /* Number of chars in font */
334 /* The font characters mapping: */
352 /* The font structure: */
360 const SFG_Font *font = &fgFontFixed8x13;
361 unsigned width = font->Characters[character][0];
364 const GLubyte *bitmap = font->Characters[character]+1 + bitmap_stride * (font->Height - 1);
366 for (j = 0; j < font->Height; j++) {
401 debug_printf("Unable to find texture format for font.\n");