summaryrefslogtreecommitdiff
path: root/nuttx/graphics/README.txt
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/graphics/README.txt
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/graphics/README.txt')
-rw-r--r--nuttx/graphics/README.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/graphics/README.txt b/nuttx/graphics/README.txt
index e414d5754..446756f1a 100644
--- a/nuttx/graphics/README.txt
+++ b/nuttx/graphics/README.txt
@@ -263,6 +263,12 @@ 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).
@@ -275,6 +281,12 @@ CONFIG_NXFONT_SANS28X37
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).