From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 X-Gm-Message-State: APjAAAU0SEUxM6N98E4AS3nO/Q11LGDrEuTcAzpmIFMqDZ/jP7AshGln tiw5X2LTQtO3qrYOxeUrqXs2rBY4mUcJ1B5VB64= X-Google-Smtp-Source: APXvYqxUcOsXtvynLx1PgINVfxvfx3gbvqBeVQfu30cK+X3LE650h8kRFgKXhOL5s4vh6My9XHzHi9oHirhM30bEQoQ= X-Received: by 2002:a02:48e:: with SMTP id 136mr5514805jab.20.1568818508452; Wed, 18 Sep 2019 07:55:08 -0700 (PDT) MIME-Version: 1.0 References: <20190906022235.30572-1-blp@cs.stanford.edu> <20190917133148.4tnk4b6x2ayhggxr@Legion-PC.fortress> In-Reply-To: <20190917133148.4tnk4b6x2ayhggxr@Legion-PC.fortress> From: Ben Pfaff Date: Wed, 18 Sep 2019 07:54:55 -0700 X-Gmail-Original-Message-ID: Message-ID: To: Alexey Gladkov Content-Type: text/plain; charset="UTF-8" X-Scan-Signature: 6bee508a35d8245455fa42c2dd36c733 X-Mailman-Approved-At: Wed, 18 Sep 2019 18:11:04 +0300 Cc: kbd@lists.altlinux.org Subject: Re: [kbd] [PATCH] setfont: Add option -d to double size of font. X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2019 14:55:13 -0000 Archived-At: List-Archive: On Tue, Sep 17, 2019 at 6:31 AM Alexey Gladkov wrote: > > On Thu, Sep 05, 2019 at 07:22:35PM -0700, Ben Pfaff wrote: > > On high pixel density systems, such as 4k displays, typical font sizes like > > 8x16 are illegible to most readers. One solution would be to install and > > use fonts that are designed for these displays, but currently these are not > > widely available and perhaps they will never be available in all the same > > varieties as the low-density fonts that have been used for a long time. > > > > This patch introduces an alternative: it implements a -d option to setfont > > that causes each pixel to be doubled along each axis (which actually > > quadruples the size of the font). It makes all of the traditional fonts > > usable on high-DPI display. > > Why you do not want to use/create bigger font ? There's nothing wrong with the fonts we've always had except that they are too small. Scaling them 2x along each dimension makes them appear the same size they were before.