Group combining diacritics
This commit is contained in:
parent
89784252dc
commit
72f12cdcd9
7 changed files with 1116 additions and 561 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue