Re: [PATCH] Fonts: Adding all Terminus fronts from 12 to 32 in bold, and normal versions
From: Pavel Nikulin
Date: Sun Jun 15 2025 - 14:03:59 EST
On Tue, Jun 3, 2025 at 12:53 PM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote:
>
> converted
Fixed
> > --- a/lib/fonts/Makefile
> > +++ b/lib/fonts/Makefile
> > @@ -14,7 +14,23 @@ font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o
> > font-objs-$(CONFIG_FONT_ACORN_8x8) += font_acorn_8x8.o
> > font-objs-$(CONFIG_FONT_MINI_4x6) += font_mini_4x6.o
> > font-objs-$(CONFIG_FONT_6x10) += font_6x10.o
> > -font-objs-$(CONFIG_FONT_TER16x32) += font_ter16x32.o
> > +font-objs-$(CONFIG_FONT_TER6x12N) += font_ter-112n.o
> > +font-objs-$(CONFIG_FONT_TER8x14B) += font_ter-114b.o
> > +font-objs-$(CONFIG_FONT_TER8x14N) += font_ter-114n.o
> > +font-objs-$(CONFIG_FONT_TER8x16B) += font_ter-116b.o
> > +font-objs-$(CONFIG_FONT_TER8x16N) += font_ter-116n.o
> > +font-objs-$(CONFIG_FONT_TER10x18B) += font_ter-118b.o
> > +font-objs-$(CONFIG_FONT_TER10x18N) += font_ter-118n.o
> > +font-objs-$(CONFIG_FONT_TER10x20B) += font_ter-120b.o
> > +font-objs-$(CONFIG_FONT_TER10x20N) += font_ter-120n.o
> > +font-objs-$(CONFIG_FONT_TER11x22B) += font_ter-122b.o
> > +font-objs-$(CONFIG_FONT_TER11x22N) += font_ter-122n.o
> > +font-objs-$(CONFIG_FONT_TER12x24B) += font_ter-124b.o
> > +font-objs-$(CONFIG_FONT_TER12x24N) += font_ter-124n.o
> > +font-objs-$(CONFIG_FONT_TER14x28B) += font_ter-128b.o
> > +font-objs-$(CONFIG_FONT_TER14x28N) += font_ter-128n.o
> > +font-objs-$(CONFIG_FONT_TER16x32B) += font_ter-132b.o
> > +font-objs-$(CONFIG_FONT_TER16x32N) += font_ter-132n.o
>
> Please use descriptive names for the font files, matching the
> font names.
Adjusted