From 10f4d1753d742ae90506116d9d0199930b4d5bc2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 1 Dec 2011 15:15:35 +0000 Subject: 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 --- nuttx/Documentation/NXGraphicsSubsystem.html | 14 +++++++++++++- nuttx/Documentation/NuttxPortingGuide.html | 22 +++++++++++++++++++++- 2 files changed, 34 insertions(+), 2 deletions(-) (limited to 'nuttx/Documentation') 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 @@

NX Graphics Subsystem

-

Last Updated: October 22, 2011

+

Last Updated: December 1, 2011

@@ -3291,6 +3291,12 @@ 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_SANS17X22: +
This option enables support for a tiny, 17x22 san serif font + (font ID FONTID_SANS17X22 == 14). +
CONFIG_NXFONT_SANS20X26: +
This option enables support for a tiny, 20x26 san serif font + (font ID FONTID_SANS20X26 == 15).
CONFIG_NXFONT_SANS23X27:
This option enables support for a tiny, 23x27 san serif font (font ID FONTID_SANS23X27 == 1). @@ -3303,6 +3309,12 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height,
CONFIG_NXFONT_SANS39X48:
This option enables support for a large, 39x48 san serif font (font ID FONTID_SANS39X48 == 4). +
CONFIG_NXFONT_SANS17X23B: +
This option enables support for a tiny, 17x23 san serif bold font + (font ID FONTID_SANS17X23B == 16). +
CONFIG_NXFONT_SANS20X27B: +
This option enables support for a tiny, 20x27 san serif bold font + (font ID FONTID_SANS20X27B == 17).
CONFIG_NXFONT_SANS22X29B:
This option enables support for a small, 22x29 san serif bold font (font ID FONTID_SANS22X29B == 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 @@

NuttX RTOS Porting Guide

-

Last Updated: October 1, 2011

+

Last Updated: December 1, 2011

@@ -5014,6 +5014,16 @@ build The number of bits in the character set. Current options are only 7 and 8. The default is 7. +
  • + CONFIG_NXFONT_SANS17X22: + This option enables support for a tiny, 17x22 san serif font + (font ID FONTID_SANS17X22 == 14). +
  • +
  • + CONFIG_NXFONT_SANS20X26: + This option enables support for a tiny, 20x26 san serif font + (font ID FONTID_SANS20X26 == 15). +
  • CONFIG_NXFONT_SANS23X27: 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 ID FONTID_SANS39X48 == 4).
  • +
  • + CONFIG_NXFONT_SANS17X23B: + This option enables support for a tiny, 17x23 san serif bold font + (font ID FONTID_SANS17X23B == 16). +
  • +
  • + CONFIG_NXFONT_SANS20X27B: + This option enables support for a tiny, 20x27 san serif bold font + (font ID FONTID_SANS20X27B == 17). +
  • CONFIG_NXFONT_SANS22X29B: This option enables support for a small, 22x29 san serif bold font -- cgit v1.2.3