From 99ffb319c5af373ef135c2a3e73bf1171e55559e Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 27 Jul 2011 14:43:45 +0000 Subject: Incorporated new fonts into examples; fix glyph allocation bug in nxhello git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3822 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NXGraphicsSubsystem.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'nuttx/Documentation/NXGraphicsSubsystem.html') diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html index 56da66b9b..eb2247fe5 100644 --- a/nuttx/Documentation/NXGraphicsSubsystem.html +++ b/nuttx/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

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,
The number of bits in the character set. Current options are only 7 and 8. The default is 7.
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. +
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) -- cgit v1.2.3