Searched defs:font_info (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-mkfont.c | 169 add_glyph (struct grub_font_info *font_info, FT_UInt glyph_idx, FT_Face face, argument 181 if (font_info->flags & GRUB_FONT_FLAG_NOBITMAP) 184 if (font_info->flags & GRUB_FONT_FLAG_NOHINTING) 186 else if (font_info->flags & GRUB_FONT_FLAG_FORCEHINT) 209 if (font_info->flags & GRUB_FONT_FLAG_BOLD) 273 glyph_info->next = font_info->glyphs_unsorted; 274 font_info->glyphs_unsorted = glyph_info; 275 font_info->num_glyphs++; 284 if (width > font_info->max_width) 285 font_info 315 add_char(struct grub_font_info *font_info, FT_Face face, grub_uint32_t char_code, int nocut) argument 611 add_font(struct grub_font_info *font_info, FT_Face face, int nocut) argument 731 print_glyphs(struct grub_font_info *font_info) argument 803 write_font_ascii_bitmap(struct grub_font_info *font_info, char *output_file) argument 836 write_font_width_spec(struct grub_font_info *font_info, char *output_file) argument 860 write_font_pf2(struct grub_font_info *font_info, char *output_file) argument 1002 struct grub_font_info font_info; local [all...] |
Completed in 18 milliseconds