libs: libnx: nxfonts: fix Mixed case identifier
Fix Mixed case identifier to pass nxstyle CI check Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
30cb7d3983
commit
fe9ccffe2b
@ -166,11 +166,11 @@ CSRCS += nxfonts_bitmaps_x11-misc-fixed-6x13.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_6X13B),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_6X13B),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-6x13B.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-6x13b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_6X13O),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_6X13O),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-6x13O.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-6x13o.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X13),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X13),y)
|
||||||
@ -178,11 +178,11 @@ CSRCS += nxfonts_bitmaps_x11-misc-fixed-7x13.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X13B),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X13B),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-7x13B.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-7x13b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X13O),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X13O),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-7x13O.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-7x13o.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X14),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X14),y)
|
||||||
@ -190,7 +190,7 @@ CSRCS += nxfonts_bitmaps_x11-misc-fixed-7x14.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X14B),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_7X14B),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-7x14B.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-7x14b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_8X13),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_8X13),y)
|
||||||
@ -198,11 +198,11 @@ CSRCS += nxfonts_bitmaps_x11-misc-fixed-8x13.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_8X13B),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_8X13B),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-8x13B.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-8x13b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_8X13O),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_8X13O),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-8x13O.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-8x13o.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_9X15),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_9X15),y)
|
||||||
@ -210,7 +210,7 @@ CSRCS += nxfonts_bitmaps_x11-misc-fixed-9x15.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_9X15B),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_9X15B),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-9x15B.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-9x15b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_9X18),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_9X18),y)
|
||||||
@ -218,7 +218,7 @@ CSRCS += nxfonts_bitmaps_x11-misc-fixed-9x18.c
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_9X18B),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_9X18B),y)
|
||||||
CSRCS += nxfonts_bitmaps_x11-misc-fixed-9x18B.c
|
CSRCS += nxfonts_bitmaps_x11-misc-fixed-9x18b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_10X20),y)
|
ifeq ($(CONFIG_NXFONT_X11_MISC_FIXED_10X20),y)
|
||||||
|
@ -223,12 +223,12 @@ endif
|
|||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),28)
|
ifeq ($(NXFONTS_FONTID),28)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_6x13B_
|
NXFONTS_PREFIX := g_x11_misc_fixed_6x13B_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-6x13B.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-6x13b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),29)
|
ifeq ($(NXFONTS_FONTID),29)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_6x13O_
|
NXFONTS_PREFIX := g_x11_misc_fixed_6x13O_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-6x13O.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-6x13o.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),30)
|
ifeq ($(NXFONTS_FONTID),30)
|
||||||
@ -238,12 +238,12 @@ endif
|
|||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),31)
|
ifeq ($(NXFONTS_FONTID),31)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_7x13B_
|
NXFONTS_PREFIX := g_x11_misc_fixed_7x13B_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-7x13B.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-7x13b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),32)
|
ifeq ($(NXFONTS_FONTID),32)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_7x13O_
|
NXFONTS_PREFIX := g_x11_misc_fixed_7x13O_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-7x13O.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-7x13o.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),33)
|
ifeq ($(NXFONTS_FONTID),33)
|
||||||
@ -253,7 +253,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),34)
|
ifeq ($(NXFONTS_FONTID),34)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_7x14B_
|
NXFONTS_PREFIX := g_x11_misc_fixed_7x14B_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-7x14B.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-7x14b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),35)
|
ifeq ($(NXFONTS_FONTID),35)
|
||||||
@ -263,12 +263,12 @@ endif
|
|||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),36)
|
ifeq ($(NXFONTS_FONTID),36)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_8x13B_
|
NXFONTS_PREFIX := g_x11_misc_fixed_8x13B_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-8x13B.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-8x13b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),37)
|
ifeq ($(NXFONTS_FONTID),37)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_8x13O_
|
NXFONTS_PREFIX := g_x11_misc_fixed_8x13O_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-8x13O.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-8x13o.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),38)
|
ifeq ($(NXFONTS_FONTID),38)
|
||||||
@ -278,7 +278,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),39)
|
ifeq ($(NXFONTS_FONTID),39)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_9x15B_
|
NXFONTS_PREFIX := g_x11_misc_fixed_9x15B_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-9x15B.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-9x15b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),40)
|
ifeq ($(NXFONTS_FONTID),40)
|
||||||
@ -288,7 +288,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),41)
|
ifeq ($(NXFONTS_FONTID),41)
|
||||||
NXFONTS_PREFIX := g_x11_misc_fixed_9x18B_
|
NXFONTS_PREFIX := g_x11_misc_fixed_9x18B_
|
||||||
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-9x18B.c
|
GEN_CSRC = nxfonts_bitmaps_x11-misc-fixed-9x18b.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(NXFONTS_FONTID),42)
|
ifeq ($(NXFONTS_FONTID),42)
|
||||||
|
@ -101,33 +101,33 @@
|
|||||||
#elif NXFONTS_FONTID == 27
|
#elif NXFONTS_FONTID == 27
|
||||||
# include "nxfonts_x11-misc-fixed-6x13.h"
|
# include "nxfonts_x11-misc-fixed-6x13.h"
|
||||||
#elif NXFONTS_FONTID == 28
|
#elif NXFONTS_FONTID == 28
|
||||||
# include "nxfonts_x11-misc-fixed-6x13B.h"
|
# include "nxfonts_x11-misc-fixed-6x13b.h"
|
||||||
#elif NXFONTS_FONTID == 29
|
#elif NXFONTS_FONTID == 29
|
||||||
# include "nxfonts_x11-misc-fixed-6x13O.h"
|
# include "nxfonts_x11-misc-fixed-6x13o.h"
|
||||||
#elif NXFONTS_FONTID == 30
|
#elif NXFONTS_FONTID == 30
|
||||||
# include "nxfonts_x11-misc-fixed-7x13.h"
|
# include "nxfonts_x11-misc-fixed-7x13.h"
|
||||||
#elif NXFONTS_FONTID == 31
|
#elif NXFONTS_FONTID == 31
|
||||||
# include "nxfonts_x11-misc-fixed-7x13B.h"
|
# include "nxfonts_x11-misc-fixed-7x13b.h"
|
||||||
#elif NXFONTS_FONTID == 32
|
#elif NXFONTS_FONTID == 32
|
||||||
# include "nxfonts_x11-misc-fixed-7x13O.h"
|
# include "nxfonts_x11-misc-fixed-7x13o.h"
|
||||||
#elif NXFONTS_FONTID == 33
|
#elif NXFONTS_FONTID == 33
|
||||||
# include "nxfonts_x11-misc-fixed-7x14.h"
|
# include "nxfonts_x11-misc-fixed-7x14.h"
|
||||||
#elif NXFONTS_FONTID == 34
|
#elif NXFONTS_FONTID == 34
|
||||||
# include "nxfonts_x11-misc-fixed-7x14B.h"
|
# include "nxfonts_x11-misc-fixed-7x14b.h"
|
||||||
#elif NXFONTS_FONTID == 35
|
#elif NXFONTS_FONTID == 35
|
||||||
# include "nxfonts_x11-misc-fixed-8x13.h"
|
# include "nxfonts_x11-misc-fixed-8x13.h"
|
||||||
#elif NXFONTS_FONTID == 36
|
#elif NXFONTS_FONTID == 36
|
||||||
# include "nxfonts_x11-misc-fixed-8x13B.h"
|
# include "nxfonts_x11-misc-fixed-8x13b.h"
|
||||||
#elif NXFONTS_FONTID == 37
|
#elif NXFONTS_FONTID == 37
|
||||||
# include "nxfonts_x11-misc-fixed-8x13O.h"
|
# include "nxfonts_x11-misc-fixed-8x13o.h"
|
||||||
#elif NXFONTS_FONTID == 38
|
#elif NXFONTS_FONTID == 38
|
||||||
# include "nxfonts_x11-misc-fixed-9x15.h"
|
# include "nxfonts_x11-misc-fixed-9x15.h"
|
||||||
#elif NXFONTS_FONTID == 39
|
#elif NXFONTS_FONTID == 39
|
||||||
# include "nxfonts_x11-misc-fixed-9x15B.h"
|
# include "nxfonts_x11-misc-fixed-9x15b.h"
|
||||||
#elif NXFONTS_FONTID == 40
|
#elif NXFONTS_FONTID == 40
|
||||||
# include "nxfonts_x11-misc-fixed-9x18.h"
|
# include "nxfonts_x11-misc-fixed-9x18.h"
|
||||||
#elif NXFONTS_FONTID == 41
|
#elif NXFONTS_FONTID == 41
|
||||||
# include "nxfonts_x11-misc-fixed-9x18B.h"
|
# include "nxfonts_x11-misc-fixed-9x18b.h"
|
||||||
#elif NXFONTS_FONTID == 42
|
#elif NXFONTS_FONTID == 42
|
||||||
# include "nxfonts_x11-misc-fixed-10x20.h"
|
# include "nxfonts_x11-misc-fixed-10x20.h"
|
||||||
#elif NXFONTS_FONTID == 43
|
#elif NXFONTS_FONTID == 43
|
||||||
|
@ -179,11 +179,11 @@ extern const struct nx_fontpackage_s g_x11_misc_fixed_6x13_package;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_6X13B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_6X13B
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_6x13B_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_6x13b_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_6X13O
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_6X13O
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_6x13O_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_6x13o_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13
|
||||||
@ -191,11 +191,11 @@ extern const struct nx_fontpackage_s g_x11_misc_fixed_7x13_package;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13B
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_7x13B_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_7x13b_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13O
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13O
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_7x13O_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_7x13o_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X14
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X14
|
||||||
@ -203,7 +203,7 @@ extern const struct nx_fontpackage_s g_x11_misc_fixed_7x14_package;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X14B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X14B
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_7x14B_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_7x14b_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13
|
||||||
@ -211,11 +211,11 @@ extern const struct nx_fontpackage_s g_x11_misc_fixed_8x13_package;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13B
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_8x13B_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_8x13b_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13O
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13O
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_8x13O_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_8x13o_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X15
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X15
|
||||||
@ -223,7 +223,7 @@ extern const struct nx_fontpackage_s g_x11_misc_fixed_9x15_package;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X15B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X15B
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_9x15B_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_9x15b_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X18
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X18
|
||||||
@ -231,7 +231,7 @@ extern const struct nx_fontpackage_s g_x11_misc_fixed_9x18_package;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X18B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X18B
|
||||||
extern const struct nx_fontpackage_s g_x11_misc_fixed_9x18B_package;
|
extern const struct nx_fontpackage_s g_x11_misc_fixed_9x18b_package;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_10X20
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_10X20
|
||||||
@ -367,11 +367,11 @@ static FAR const struct nx_fontpackage_s *g_fontpackages[] =
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_6X13B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_6X13B
|
||||||
&g_x11_misc_fixed_6x13B_package,
|
&g_x11_misc_fixed_6x13b_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_6X13O
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_6X13O
|
||||||
&g_x11_misc_fixed_6x13O_package,
|
&g_x11_misc_fixed_6x13o_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13
|
||||||
@ -379,11 +379,11 @@ static FAR const struct nx_fontpackage_s *g_fontpackages[] =
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13B
|
||||||
&g_x11_misc_fixed_7x13B_package,
|
&g_x11_misc_fixed_7x13b_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13O
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X13O
|
||||||
&g_x11_misc_fixed_7x13O_package,
|
&g_x11_misc_fixed_7x13o_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X14
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X14
|
||||||
@ -391,7 +391,7 @@ static FAR const struct nx_fontpackage_s *g_fontpackages[] =
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X14B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_7X14B
|
||||||
&g_x11_misc_fixed_7x14B_package,
|
&g_x11_misc_fixed_7x14b_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13
|
||||||
@ -399,11 +399,11 @@ static FAR const struct nx_fontpackage_s *g_fontpackages[] =
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13B
|
||||||
&g_x11_misc_fixed_8x13B_package,
|
&g_x11_misc_fixed_8x13b_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13O
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_8X13O
|
||||||
&g_x11_misc_fixed_8x13O_package,
|
&g_x11_misc_fixed_8x13o_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X15
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X15
|
||||||
@ -411,7 +411,7 @@ static FAR const struct nx_fontpackage_s *g_fontpackages[] =
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X15B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X15B
|
||||||
&g_x11_misc_fixed_9x15B_package,
|
&g_x11_misc_fixed_9x15b_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X18
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X18
|
||||||
@ -419,7 +419,7 @@ static FAR const struct nx_fontpackage_s *g_fontpackages[] =
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X18B
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_9X18B
|
||||||
&g_x11_misc_fixed_9x18B_package,
|
&g_x11_misc_fixed_9x18b_package,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_10X20
|
#ifdef CONFIG_NXFONT_X11_MISC_FIXED_10X20
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* libs/libnx/nxfonts/nxfonts_x11-misc-fixed-6x13O.h
|
* libs/libnx/nxfonts/nxfonts_x11-misc-fixed-6x13o.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Pierre-Noel Bouteville. All rights reserved.
|
* Copyright (C) 2014 Pierre-Noel Bouteville. All rights reserved.
|
||||||
* Author: Pierre-Noel Bouteville <pnb990@gmail.com>
|
* Author: Pierre-Noel Bouteville <pnb990@gmail.com>
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* libs/libnx/nxfonts/nxfonts_x11-misc-fixed-7x130.h
|
* libs/libnx/nxfonts/nxfonts_x11-misc-fixed-7x13o.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Pierre-Noel Bouteville. All rights reserved.
|
* Copyright (C) 2014 Pierre-Noel Bouteville. All rights reserved.
|
||||||
* Author: Pierre-Noel Bouteville <pnb990@gmail.com>
|
* Author: Pierre-Noel Bouteville <pnb990@gmail.com>
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* libs/libnx/nxfonts/nxfonts_x11-misc-fixed-8x13O.h
|
* libs/libnx/nxfonts/nxfonts_x11-misc-fixed-8x13o.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Pierre-Noel Bouteville. All rights reserved.
|
* Copyright (C) 2014 Pierre-Noel Bouteville. All rights reserved.
|
||||||
* Author: Pierre-Noel Bouteville <pnb990@gmail.com>
|
* Author: Pierre-Noel Bouteville <pnb990@gmail.com>
|
@ -1,5 +1,5 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* libs/libnx/nxfonts/nxfonts_x11-misc-fixed-9x18B.h
|
* libs/libnx/nxfonts/nxfonts_x11-misc-fixed-9x18b.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2014 Pierre-Noel Bouteville. All rights reserved.
|
* Copyright (C) 2014 Pierre-Noel Bouteville. All rights reserved.
|
||||||
* Author: Pierre-Noel Bouteville <pnb990@gmail.com>
|
* Author: Pierre-Noel Bouteville <pnb990@gmail.com>
|
Loading…
x
Reference in New Issue
Block a user