From b921060d2733864ee118e88c24d7ae4f792f0901 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 29 Jul 2011 13:21:30 +0000 Subject: Add one more font; Fix ez80 serial bug git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3825 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 35 +++++++++++++++++------------- 1 file changed, 20 insertions(+), 15 deletions(-) (limited to 'nuttx/Documentation/NuttxPortingGuide.html') diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index d4581212d..5ca42e14d 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -4475,65 +4475,70 @@ build The number of bits in the character set. Current options are only 7 and 8. The default is 7. -
  • - CONFIG_NXFONT_SANS22X29: - This option enables support for a small, 22x29 san serif font - (font ID FONTID_SANS22X29 == 1). -
  • CONFIG_NXFONT_SANS23X27: This option enables support for a tiny, 23x27 san serif font - (font ID FONTID_SANS23X27 == 2). + (font ID FONTID_SANS23X27 == 1). +
  • +
  • + CONFIG_NXFONT_SANS22X29: + This option enables support for a small, 22x29 san serif font + (font ID FONTID_SANS22X29 == 2).
  • CONFIG_NXFONT_SANS28X37: This option enables support for a medium, 28x37 san serif font (font ID FONTID_SANS28X37 == 3).
  • +
  • + CONFIG_NXFONT_SANS39X48: + This option enables support for a large, 39x48 san serif font + (font ID FONTID_SANS39X48 == 4). +
  • CONFIG_NXFONT_SANS22X29B: This option enables support for a small, 22x29 san serif bold font - (font ID FONTID_SANS22X29B == 4). + (font ID FONTID_SANS22X29B == 5).
  • CONFIG_NXFONT_SANS28X37B: This option enables support for a medium, 28x37 san serif bold font - (font ID FONTID_SANS28X37B == 5). + (font ID FONTID_SANS28X37B == 6).
  • CONFIG_NXFONT_SANS40X49B: This option enables support for a large, 40x49 san serif bold font - (font ID FONTID_SANS40X49B == 6). + (font ID FONTID_SANS40X49B == 7).
  • CONFIG_NXFONT_SERIF22X29: This option enables support for a small, 22x29 font (with serifs) - (font ID FONTID_SERIF22X29 == 7). + (font ID FONTID_SERIF22X29 == 8).
  • CONFIG_NXFONT_SERIF29X37: This option enables support for a medium, 29x37 font (with serifs) - (font ID FONTID_SERIF29X37 == 8). + (font ID FONTID_SERIF29X37 == 9).
  • CONFIG_NXFONT_SERIF38X48: This option enables support for a large, 38x48 font (with serifs) - (font ID FONTID_SERIF38X48 == 9). + (font ID FONTID_SERIF38X48 == 10).
  • CONFIG_NXFONT_SERIF22X28B: This option enables support for a small, 27x38 bold font (with serifs) - (font ID FONTID_SERIF22X28B == 10). + (font ID FONTID_SERIF22X28B == 11).
  • CONFIG_NXFONT_SERIF27X38B: This option enables support for a medium, 27x38 bold font (with serifs) - (font ID FONTID_SERIF27X38B == 11). + (font ID FONTID_SERIF27X38B == 12).
  • CONFIG_NXFONT_SERIF38X49B: This option enables support for a large, 38x49 bold font (with serifs) - (font ID FONTID_SERIF38X49B == 12). + (font ID FONTID_SERIF38X49B == 13).
  • -- cgit v1.2.3