add none-fixed font support.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@961 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2010-09-26 14:30:42 +00:00
parent 03072ba689
commit 74a97349d2
8 changed files with 141 additions and 86 deletions

View File

@@ -211,6 +211,8 @@ const rt_uint8_t asc12_font[] = {
const struct rtgui_font_bitmap asc12 =
{
asc12_font, /* bmp */
RT_NULL, /* each character width, NULL for fixed font */
RT_NULL, /* offset for each character */
6, /* width */
12, /* height */
0, /* first char */