grub/font
phcoder c8048e32d6 2009-06-05 Colin D Bennett <colin@gibibit.com>
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.
2009-06-05 21:22:14 +00:00
..
font.c 2009-06-05 Colin D Bennett <colin@gibibit.com> 2009-06-05 21:22:14 +00:00
font_cmd.c 2009-03-21 Bean <bean123ch@gmail.com> 2009-03-21 08:39:59 +00:00