diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index 065f00b7a2..9342552663 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: July 10, 2011

+

Last Updated: July 19, 2011

@@ -2402,14 +2402,18 @@ struct nx_font_s #include <nuttx/nxglib.h> #include <nuttx/nxfonts.h> -FAR const struct nx_font_s *nxf_getfontset(void); +FAR const struct nx_font_s *nxf_getfontset(enum nx_fontid_e fontid);

Description: Return information about the current font set.

- Input Parameters: None + Input Parameters: +

Returned Value: @@ -2422,7 +2426,7 @@ FAR const struct nx_font_s *nxf_getfontset(void); #include <nuttx/nxglib.h> #include <nuttx/nxfonts.h> -FAR const struct nx_fontbitmap_s *nxf_getbitmap(uint16_t ch); +FAR const struct nx_fontbitmap_s *nxf_getbitmap(uint16_t ch, enum nx_fontid_e fontid);

Description: @@ -2431,8 +2435,10 @@ FAR const struct nx_fontbitmap_s *nxf_getbitmap(uint16_t ch);

Input Parameters:

@@ -2676,9 +2682,9 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,

CONFIG_NXFONTS_CHARBITS:
The number of bits in the character set. Current options are only 7 and 8. The default is 7. -
CONFIG_NXFONT_SANS: -
At present, there is only one font. But if there were were more, - then this option would select the sans serif font. +
CONFIG_NXFONT_SANS23X27: +
At present, there is only one font, a 23x27 san serif font. + But if there were were more, then this option would select that sans serif font. diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index ba2c65402e..22dfbb1f62 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4476,9 +4476,9 @@ build only 7 and 8. The default is 7.
  • - CONFIG_NXFONT_SANS: - At present, there is only one font. But if there were were more, - then this option would select the sans serif font. + CONFIG_NXFONT_SANS23X27: + 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.