mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Ooopx, the last version of nxfonts_getfont.c was still in the editor
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3826 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -125,18 +125,22 @@ static FAR const struct nx_fontpackage_s *g_fontpackages[] =
|
||||
|
||||
/* SANS */
|
||||
|
||||
#ifdef CONFIG_NXFONT_SANS22X29
|
||||
&g_sans22x29_package,
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NXFONT_SANS23X27
|
||||
&g_sans23x27_package,
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NXFONT_SANS22X29
|
||||
&g_sans22x29_package,
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NXFONT_SANS28X37
|
||||
&g_sans28x37_package,
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_NXFONT_SANS39X48
|
||||
&g_sans39x48_package,
|
||||
#endif
|
||||
|
||||
/* SANS-BOLD */
|
||||
|
||||
#ifdef CONFIG_NXFONT_SANS22X29B
|
||||
|
||||
Reference in New Issue
Block a user