Re: [PATCH v2] Fonts: New Terminus large console font
From: Randy Dunlap <hidden>
Date: 2018-12-06 00:42:09
On 12/5/18 3:56 PM, Amanoel Dawod wrote:
This patch adds an option to compile-in a high resolution and large Terminus (ter16x32) bitmap console font for use with HiDPI and Retina screens. The font was convereted from standard Terminus ter-i32b.psf
converted
Where does "ter-i32b.psf" come from?
I.e., where can I find it?
(size 16x32) with the help of psftools and minor hand editing deleting useless characters. This patch is non-intrusive, no options are enabled by default so most users won't notice a thing. I am placing my changes under the GPL 2.0 just as source Terminus font. Signed-off-by: Amanoel Dawod <redacted> ---
+const struct font_desc font_ter_16x32 = {
+ .idx = TER16x32_IDX,
+ .name = "TER16x32",
+ .width = 16,
+ .height = 32,
+ .data = fontdata_ter16x32,Please update Documentation/fb/fbcon.txt with the addition of that font name if that is applicable. thanks, -- ~Randy