diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 3a99eb1e11f..e2aa088cf7c 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@
Last Updated: October 22, 2011
+Last Updated: December 1, 2011
@@ -3291,6 +3291,12 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,CONFIG_NXFONTS_CHARBITS:
CONFIG_NXFONT_SANS17X22:
+ ID FONTID_SANS17X22 == 14).
+ CONFIG_NXFONT_SANS20X26:
+ ID FONTID_SANS20X26 == 15).
CONFIG_NXFONT_SANS23X27:
ID FONTID_SANS23X27 == 1).
@@ -3303,6 +3309,12 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
CONFIG_NXFONT_SANS39X48:
ID FONTID_SANS39X48 == 4).
+ CONFIG_NXFONT_SANS17X23B:
+ ID FONTID_SANS17X23B == 16).
+ CONFIG_NXFONT_SANS20X27B:
+ ID FONTID_SANS20X27B == 17).
CONFIG_NXFONT_SANS22X29B:
FONTID_SANS22X29B == 5).
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index f4c699541f2..873061716a6 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
Last Updated: October 1, 2011
+Last Updated: December 1, 2011
@@ -5014,6 +5014,16 @@ build The number of bits in the character set. Current options are only 7 and 8. The default is 7. +CONFIG_NXFONT_SANS17X22:
+ This option enables support for a tiny, 17x22 san serif font
+ (font ID FONTID_SANS17X22 == 14).
+ CONFIG_NXFONT_SANS20X26:
+ This option enables support for a tiny, 20x26 san serif font
+ (font ID FONTID_SANS20X26 == 15).
+ CONFIG_NXFONT_SANS23X27:
This option enables support for a tiny, 23x27 san serif font
@@ -5034,6 +5044,16 @@ build
This option enables support for a large, 39x48 san serif font
(font ID FONTID_SANS39X48 == 4).
CONFIG_NXFONT_SANS17X23B:
+ This option enables support for a tiny, 17x23 san serif bold font
+ (font ID FONTID_SANS17X23B == 16).
+ CONFIG_NXFONT_SANS20X27B:
+ This option enables support for a tiny, 20x27 san serif bold font
+ (font ID FONTID_SANS20X27B == 17).
+ CONFIG_NXFONT_SANS22X29B:
This option enables support for a small, 22x29 san serif bold font