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
This commit is contained in:
patacongo 2011-12-01 15:15:35 +00:00
parent b2263531bd
commit 71b618c639
2 changed files with 34 additions and 2 deletions

View File

@ -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).

View File

@ -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>
@ -5014,6 +5014,16 @@ build
The number of bits in the character set. Current options are
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
@ -5034,6 +5044,16 @@ build
This option enables support for a large, 39x48 san serif font
(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