summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-01 15:15:35 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-01 15:15:35 +0000
commit10f4d1753d742ae90506116d9d0199930b4d5bc2 (patch)
tree13992c4d0934a67fadfaa954c5b23cbe2b653b18 /nuttx/Documentation
parentddd14eb77b2b22a02a0c206f959894aff7814b30 (diff)
downloadpx4-nuttx-10f4d1753d742ae90506116d9d0199930b4d5bc2.tar.gz
px4-nuttx-10f4d1753d742ae90506116d9d0199930b4d5bc2.tar.bz2
px4-nuttx-10f4d1753d742ae90506116d9d0199930b4d5bc2.zip
Add two new small, bold, sans-serif fonts
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4130 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NXGraphicsSubsystem.html14
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html22
2 files changed, 34 insertions, 2 deletions
diff --git a/nuttx/Documentation/NXGraphicsSubsystem.html b/nuttx/Documentation/NXGraphicsSubsystem.html
index 3a99eb1e1..e2aa088cf 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: October 22, 2011</p>
+ <p>Last Updated: December 1, 2011</p>
</td>
</tr>
</table>
@@ -3291,6 +3291,12 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
<dt><code>CONFIG_NXFONTS_CHARBITS</code>:
<dd>The number of bits in the character set. Current options are
only 7 and 8. The default is 7.
+ <dt><code>CONFIG_NXFONT_SANS17X22</code>:
+ <dd>This option enables support for a tiny, 17x22 san serif font
+ (font <code>ID FONTID_SANS17X22</code> == 14).
+ <dt><code>CONFIG_NXFONT_SANS20X26</code>:
+ <dd>This option enables support for a tiny, 20x26 san serif font
+ (font <code>ID FONTID_SANS20X26</code> == 15).
<dt><code>CONFIG_NXFONT_SANS23X27</code>:
<dd>This option enables support for a tiny, 23x27 san serif font
(font <code>ID FONTID_SANS23X27</code> == 1).
@@ -3303,6 +3309,12 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
<dt><code>CONFIG_NXFONT_SANS39X48</code>:
<dd>This option enables support for a large, 39x48 san serif font
(font <code>ID FONTID_SANS39X48</code> == 4).
+ <dt><code>CONFIG_NXFONT_SANS17X23B</code>:
+ <dd>This option enables support for a tiny, 17x23 san serif bold font
+ (font <code>ID FONTID_SANS17X23B</code> == 16).
+ <dt><code>CONFIG_NXFONT_SANS20X27B</code>:
+ <dd>This option enables support for a tiny, 20x27 san serif bold font
+ (font <code>ID FONTID_SANS20X27B</code> == 17).
<dt><code>CONFIG_NXFONT_SANS22X29B</code>:
<dd>This option enables support for a small, 22x29 san serif bold font
(font ID <code>FONTID_SANS22X29B</code> == 5).
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index f4c699541..873061716 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: October 1, 2011</p>
+ <p>Last Updated: December 1, 2011</p>
</td>
</tr>
</table>
@@ -5015,6 +5015,16 @@ build
only 7 and 8. The default is 7.
</li>
<li>
+ <code>CONFIG_NXFONT_SANS17X22</code>:
+ This option enables support for a tiny, 17x22 san serif font
+ (font <code>ID FONTID_SANS17X22</code> == 14).
+ </li>
+ <li>
+ <code>CONFIG_NXFONT_SANS20X26</code>:
+ This option enables support for a tiny, 20x26 san serif font
+ (font <code>ID FONTID_SANS20X26</code> == 15).
+ </li>
+ <li>
<code>CONFIG_NXFONT_SANS23X27</code>:
This option enables support for a tiny, 23x27 san serif font
(font <code>ID FONTID_SANS23X27</code> == 1).
@@ -5035,6 +5045,16 @@ build
(font <code>ID FONTID_SANS39X48</code> == 4).
</li>
<li>
+ <code>CONFIG_NXFONT_SANS17X23B</code>:
+ This option enables support for a tiny, 17x23 san serif bold font
+ (font <code>ID FONTID_SANS17X23B</code> == 16).
+ </li>
+ <li>
+ <code>CONFIG_NXFONT_SANS20X27B</code>:
+ This option enables support for a tiny, 20x27 san serif bold font
+ (font <code>ID FONTID_SANS20X27B</code> == 17).
+ </li>
+ <li>
<code>CONFIG_NXFONT_SANS22X29B</code>:
This option enables support for a small, 22x29 san serif bold font
(font ID <code>FONTID_SANS22X29B</code> == 5).