summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxfonts/Make.defs
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/nxfonts/Make.defs
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/nxfonts/Make.defs')
-rw-r--r--nuttx/graphics/nxfonts/Make.defs26
1 files changed, 20 insertions, 6 deletions
diff --git a/nuttx/graphics/nxfonts/Make.defs b/nuttx/graphics/nxfonts/Make.defs
index a37ce4f10..95665ad36 100644
--- a/nuttx/graphics/nxfonts/Make.defs
+++ b/nuttx/graphics/nxfonts/Make.defs
@@ -42,7 +42,15 @@ NXFCONV_CSRCS = nxfonts_convert_1bpp.c nxfonts_convert_2bpp.c \
NXFSET_ASRCS =
NXFSET_CSRCS =
-# SANS
+# Sans serif fonts
+
+ifeq ($(CONFIG_NXFONT_SANS17X22),y)
+NXFSET_CSRCS += nxfonts_bitmaps_sans17x22.c
+endif
+
+ifeq ($(CONFIG_NXFONT_SANS20X26),y)
+NXFSET_CSRCS += nxfonts_bitmaps_sans20x26.c
+endif
ifeq ($(CONFIG_NXFONT_SANS23X27),y)
NXFSET_CSRCS += nxfonts_bitmaps_sans23x27.c
@@ -60,23 +68,29 @@ ifeq ($(CONFIG_NXFONT_SANS39X48),y)
NXFSET_CSRCS += nxfonts_bitmaps_sans39x48.c
endif
-# SANS-BOLD
+# Sans serif bold fonts
+
+ifeq ($(CONFIG_NXFONT_SANS17X23B),y)
+NXFSET_CSRCS += nxfonts_bitmaps_sans17x23b.c
+endif
+
+ifeq ($(CONFIG_NXFONT_SANS20X27B),y)
+NXFSET_CSRCS += nxfonts_bitmaps_sans20x27b.c
+endif
ifeq ($(CONFIG_NXFONT_SANS22X29B),y)
NXFSET_CSRCS += nxfonts_bitmaps_sans22x29b.c
endif
-
ifeq ($(CONFIG_NXFONT_SANS28X37B),y)
NXFSET_CSRCS += nxfonts_bitmaps_sans28x37b.c
endif
-
ifeq ($(CONFIG_NXFONT_SANS40X49B),y)
NXFSET_CSRCS += nxfonts_bitmaps_sans40x49b.c
endif
-# SERIF
+# Serif fonts
ifeq ($(CONFIG_NXFONT_SERIF22X29),y)
NXFSET_CSRCS += nxfonts_bitmaps_serif22x29.c
@@ -90,7 +104,7 @@ ifeq ($(CONFIG_NXFONT_SERIF38X48),y)
NXFSET_CSRCS += nxfonts_bitmaps_serif38x48.c
endif
-# SERIF-BOLD
+# Serif bold fonts
ifeq ($(CONFIG_NXFONT_SERIF22X28B),y)
NXFSET_CSRCS += nxfonts_bitmaps_serif22x28b.c