public inbox for linux-fbdev@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Zimmermann <tzimmermann@suse.de>
To: Helge Deller <deller@kernel.org>,
	Pavel Nikulin <pavel@noa-labs.com>,
	linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org
Cc: Helge Deller <deller@gmx.de>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v5] Fonts: Adding all Terminus fronts from 12 to 32 in bold, and normal versions
Date: Wed, 11 Mar 2026 08:53:34 +0100	[thread overview]
Message-ID: <ec79f4e9-5482-4d9a-8ac4-8df6586083b4@suse.de> (raw)
In-Reply-To: <aaIFr-GKG1qiJYwg@p100>

Hi

Am 27.02.26 um 21:59 schrieb Helge Deller:
> Hi Pavel,
>
> please include the graphics mailing lists (fbdev, dri-devel).
>
> * Pavel Nikulin <pavel@noa-labs.com>:
>> This patch adds an option to compile-in all terminus fonts, and removed the old bold only terminus version
>>
>> These fonts were converted from Terminus psf files with the help of psftools and a script.
>>
>> This patch is non-intrusive, no options are enabled by default so most users won't notice a thing.
> Sure, but you add a whole lot of fonts.
> Why are both bold and non-bold fonts needed?
> Why do we need all in-kernel?
> They may be loaded after bootup via userspace too.
>
> What does other people think?

I'm strongly against adding more fonts to the kernel. Fonts can (and 
should) be loaded from user space.

AFAICT this patch is just about someone trying to get their favorite 
font merged. Doing that is not going to work out long term.

Best regards
Thomas

>
> Helge
>
>   
>> I am placing my changes under the GPL 2.0 just as source Terminus font.
>>
>> Signed-off-by: Pavel Nikulin <pavel@noa-labs.com>
>> ---
>>   V4 -> V5: Added changed font.h to the patch
>>
>>   include/linux/font.h       |   42 +-
>>   lib/fonts/Kconfig          |  142 +-
>>   lib/fonts/Makefile         |   15 +
>>   lib/fonts/font_ter10x18.c  | 6412 ++++++++----------------------------
>>   lib/fonts/font_ter10x18b.c | 1305 ++++++++
>>   lib/fonts/font_ter10x20.c  | 1305 ++++++++
>>   lib/fonts/font_ter10x20b.c | 1305 ++++++++
>>   lib/fonts/font_ter11x22.c  | 1561 +++++++++
>>   lib/fonts/font_ter11x22b.c | 1561 +++++++++
>>   lib/fonts/font_ter12x24.c  | 1561 +++++++++
>>   lib/fonts/font_ter12x24b.c | 1561 +++++++++
>>   lib/fonts/font_ter14x28.c  | 1817 ++++++++++
>>   lib/fonts/font_ter14x28b.c | 1817 ++++++++++
>>   lib/fonts/font_ter16x32.c  | 4107 +++++++++++------------
>>   lib/fonts/font_ter16x32b.c | 2073 ++++++++++++
>>   lib/fonts/font_ter6x12.c   |  537 +++
>>   lib/fonts/font_ter8x14.c   |  537 +++
>>   lib/fonts/font_ter8x14b.c  |  537 +++
>>   lib/fonts/font_ter8x16.c   |  537 +++
>>   lib/fonts/font_ter8x16b.c  |  537 +++
>>   lib/fonts/fonts.c          |   45 +
>>   21 files changed, 22124 insertions(+), 7190 deletions(-)
>>   create mode 100644 lib/fonts/font_ter10x18b.c
>>   create mode 100644 lib/fonts/font_ter10x20.c
>>   create mode 100644 lib/fonts/font_ter10x20b.c
>>   create mode 100644 lib/fonts/font_ter11x22.c
>>   create mode 100644 lib/fonts/font_ter11x22b.c
>>   create mode 100644 lib/fonts/font_ter12x24.c
>>   create mode 100644 lib/fonts/font_ter12x24b.c
>>   create mode 100644 lib/fonts/font_ter14x28.c
>>   create mode 100644 lib/fonts/font_ter14x28b.c
>>   create mode 100644 lib/fonts/font_ter16x32b.c
>>   create mode 100644 lib/fonts/font_ter6x12.c
>>   create mode 100644 lib/fonts/font_ter8x14.c
>>   create mode 100644 lib/fonts/font_ter8x14b.c
>>   create mode 100644 lib/fonts/font_ter8x16.c
>>   create mode 100644 lib/fonts/font_ter8x16b.c

-- 
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)



      parent reply	other threads:[~2026-03-11  7:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20260226073404.13511-1-pavel@noa-labs.com>
2026-02-27 20:59 ` [PATCH v5] Fonts: Adding all Terminus fronts from 12 to 32 in bold, and normal versions Helge Deller
2026-03-10 12:24   ` [PATCH v5 RESEND] " Pavel Nikulin
2026-03-10 12:24     ` [PATCH v5] " Pavel Nikulin
2026-03-10 16:56     ` [PATCH v5 RESEND] " Helge Deller
2026-03-11  7:53   ` Thomas Zimmermann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ec79f4e9-5482-4d9a-8ac4-8df6586083b4@suse.de \
    --to=tzimmermann@suse.de \
    --cc=deller@gmx.de \
    --cc=deller@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@noa-labs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox