Type 240
This commit is contained in:
parent
0a71a0972c
commit
9d9dca02d9
2 changed files with 3 additions and 0 deletions
|
@ -1212,6 +1212,8 @@ blit_comb (const struct grub_unicode_glyph *glyph_id,
|
||||||
minimal_device_width (combining_glyphs[i]->width);
|
minimal_device_width (combining_glyphs[i]->width);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
/* I don't know how ypogegrammeni differs from subscript. */
|
||||||
|
case GRUB_UNICODE_COMB_YPOGEGRAMMENI:
|
||||||
case GRUB_UNICODE_STACK_BELOW:
|
case GRUB_UNICODE_STACK_BELOW:
|
||||||
space = -(combining_glyphs[i]->offset_y
|
space = -(combining_glyphs[i]->offset_y
|
||||||
+ combining_glyphs[i]->height);
|
+ combining_glyphs[i]->height);
|
||||||
|
|
|
@ -64,6 +64,7 @@ enum grub_comb_type
|
||||||
GRUB_UNICODE_COMB_BELOW_RIGHT = 222,
|
GRUB_UNICODE_COMB_BELOW_RIGHT = 222,
|
||||||
GRUB_UNICODE_STACK_ABOVE = 230,
|
GRUB_UNICODE_STACK_ABOVE = 230,
|
||||||
GRUB_UNICODE_COMB_ABOVE_RIGHT = 232,
|
GRUB_UNICODE_COMB_ABOVE_RIGHT = 232,
|
||||||
|
GRUB_UNICODE_COMB_YPOGEGRAMMENI = 240,
|
||||||
/* If combining nature is indicated only by class and
|
/* If combining nature is indicated only by class and
|
||||||
not "combining type". */
|
not "combining type". */
|
||||||
GRUB_UNICODE_COMB_ME = 253,
|
GRUB_UNICODE_COMB_ME = 253,
|
||||||
|
|
Loading…
Add table
Reference in a new issue