summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NXGraphicsSubsystem.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-27 14:43:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-27 14:43:45 +0000
commit99ffb319c5af373ef135c2a3e73bf1171e55559e (patch)
tree7aa08fa81a006d354469de2652043ab969d8a3c4 /nuttx/Documentation/NXGraphicsSubsystem.html
parentce09509ff8c3127b4cc07ebcaae78229d5b2d90a (diff)
downloadpx4-nuttx-99ffb319c5af373ef135c2a3e73bf1171e55559e.tar.gz
px4-nuttx-99ffb319c5af373ef135c2a3e73bf1171e55559e.tar.bz2
px4-nuttx-99ffb319c5af373ef135c2a3e73bf1171e55559e.zip
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
Diffstat (limited to 'nuttx/Documentation/NXGraphicsSubsystem.html')
-rw-r--r--nuttx/Documentation/NXGraphicsSubsystem.html18
1 files changed, 15 insertions, 3 deletions
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 @@
<h1><big><font color="#3c34ec">
<i>NX Graphics Subsystem</i>
</font></big></h1>
- <p>Last Updated: July 24, 2011</p>
+ <p>Last Updated: July 27 2011</p>
</td>
</tr>
</table>
@@ -2724,8 +2724,20 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
<dd>The number of bits in the character set. Current options are
only 7 and 8. The default is 7.
<dt><code>CONFIG_NXFONT_SANS23X27</code>:
- <dd>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.
+ <dd>This option enables support for a small, 23x27 san serif font
+ (font ID <code>FONTID_SANS23X27</code> == 1)
+ <dt><code>CONFIG_NXFONT_SANS28X37B</code>:
+ <dd>This option enables support for a medium, 28x37 san serif bold font
+ (font ID <code>FONTID_SANS28X37B</code> == 2)
+ <dt><code>CONFIG_NXFONT_SANS40X49B</code>:
+ <dd>This option enables support for a large, 40x49 san serif bold font
+ (font ID <code>FONTID_SANS40X49B</code> == 3)
+ <dt><code>CONFIG_NXFONT_SERIF27X38B</code>:
+ <dd>This option enables support for a medium, 27x38 bold font (with serifs)
+ (font ID <code>FONTID_SERIF27X38B</code> == 4)
+ <dt><code>CONFIG_NXFONT_SERIF29X37</code>:
+ <dd>This option enables support for a medium, 29x37 font (with serifs)
+ (font ID <code>FONTID_SERIF29X37</code> == 5)
</dl>
</ul>