mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 18:14:58 +00:00
![]() Optimized font character lookup using binary search instead of linear search. Fonts now are required to have the character index ordered by code point. * font/font.c (load_font_index): Verify that fonts have ordered character indices. (find_glyph): Use binary search instead of linear search to find a character in a font. |
||
---|---|---|
.. | ||
font_cmd.c | ||
font.c |