Group combining diacritics

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-01-07 16:37:53 +01:00
parent 89784252dc
commit 72f12cdcd9
7 changed files with 1116 additions and 561 deletions

View file

@ -170,6 +170,9 @@ add_char (struct grub_font_info *font_info, FT_Face face,
if ((*p_glyph) && ((*p_glyph)->char_code == char_code))
return;
if (glyph->next)
printf ("%x\n", char_code);
width = glyph->bitmap.width;
height = glyph->bitmap.rows;