2010-01-06 Vladimir Serbinenko <phcoder@gmail.com>
Fix descent and ascent calculation. * util/grub-mkfont.c (grub_font_info): New fields 'asce' and 'max_y'. (options): New option "asce". (usage): Likewise. (add_char): Ignore invalid glyphs for descent calculation. Calculate ascent from actual content. (print_glyphs): Use 'asce'. (write_font): Likewise. Allow ascent override. (main): Handle "asce" option.
This commit is contained in:
parent
e7730de786
commit
42841caa75
2 changed files with 38 additions and 6 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2010-01-06 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Fix descent and ascent calculation.
|
||||
|
||||
* util/grub-mkfont.c (grub_font_info): New fields 'asce' and 'max_y'.
|
||||
(options): New option "asce".
|
||||
(usage): Likewise.
|
||||
(add_char): Ignore invalid glyphs for descent calculation.
|
||||
Calculate ascent from actual content.
|
||||
(print_glyphs): Use 'asce'.
|
||||
(write_font): Likewise. Allow ascent override.
|
||||
(main): Handle "asce" option.
|
||||
|
||||
2010-01-06 Carles Pina i Estany <carles@pina.cat>
|
||||
|
||||
* kern/err.c: Include `<grub/i18n.h>'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue