diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 56da66b9b97..eb2247fe5bf 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@
Last Updated: July 24, 2011
+Last Updated: July 27 2011
@@ -2724,8 +2724,20 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,CONFIG_NXFONT_SANS23X27:
- FONTID_SANS23X27 == 1)
+ CONFIG_NXFONT_SANS28X37B:
+ FONTID_SANS28X37B == 2)
+ CONFIG_NXFONT_SANS40X49B:
+ FONTID_SANS40X49B == 3)
+ CONFIG_NXFONT_SERIF27X38B:
+ FONTID_SERIF27X38B == 4)
+ CONFIG_NXFONT_SERIF29X37:
+ FONTID_SERIF29X37 == 5)
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 22dfbb1f621..0260e0f2237 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
Last Updated: July 13, 2011
+Last Updated: July 27, 2011
@@ -4480,6 +4480,31 @@ build At present, there is only one font, a 23x27 sans serif font. But if there were were more, then this option would select that sans serif font. +CONFIG_NXFONT_SANS23X27:
+ This option enables support for a small, 23x27 san serif font
+ (font ID FONTID_SANS23X27 == 1).
+ CONFIG_NXFONT_SANS28X37B:
+ This option enables support for a medium, 28x37 san serif bold font
+ (font ID FONTID_SANS28X37B == 2).
+ CONFIG_NXFONT_SANS40X49B:
+ This option enables support for a large, 40x49 san serif bold font
+ (font ID FONTID_SANS40X49B == 3).
+ CONFIG_NXFONT_SERIF27X38B:
+ This option enables support for a medium, 27x38 bold font (with serifs)
+ (font ID FONTID_SERIF27X38B == 4).
+ CONFIG_NXFONT_SERIF29X37:
+ This option enables support for a medium, 29x37 font (with serifs)
+ (font ID FONTID_SERIF29X37 == 5).
+