From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [107.161.22.3]) by inbox.vuxu.org (Postfix) with ESMTP id D734A20F4C for ; Mon, 20 Jan 2025 16:35:36 +0100 (CET) Received: from ftrv.se ([45.76.35.157]) by 9front; Mon Jan 20 10:30:59 -0500 2025 Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ftrv.se; s=mail2; t=1737387056; bh=LkAdE4hxpQBAI+otqY+6ROgxlWCMoVh8QP9EZAG+GQQ=; h=Date:From:To:Subject:In-Reply-To; b=cgCWCBTpyKVjL5FqOWgVNJyBbEWg84ZAlqLoIEQXrbmP4pfu/TyMowp/JVhjSVE0Q 8rmx6UMJ21puVUH+mdfvTRfA4lPytknKlxKBTvRzcYZ3OQeSZcTNTBSU+iPnR5uqEO 3PFwz/czG9ycQPK13FWPbAT7+rtr7MRgVXvydSjaOhBcG8VXcZi6JnaIVe/RRIfpBn mXPPOXDwmg6aNqfDhTJFqbxRu71eLVbwzxNaTBX4BFii4AIAMR/fxVdgntOAvjX8N5 PpuT44pa22q2ynU5DyRpgOa92LXPP9kDYeNJTUJumBtbflrIgqI6/SYhVrgDbjG4hq QFIcScTHpDoFg== Date: Mon, 20 Jan 2025 16:30:52 +0100 From: =?utf-8?q?Sigrid_Solveig_Hafl=C3=ADnud=C3=B3ttir?= To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: virtualized self-healing hypervisor GPU rails-oriented hypervisor DOM database Subject: Re: [9front] Truetypefs anti-aliasing Reply-To: 9front@9front.org Precedence: bulk The more common way to do it, I believe, is to render 3x the size (on either X or Y axis, depending on your display's pixels) image of a character, then apply a FIR to get rid of as much color banding as possible. https://git.sr.ht/~ft/fnt does exactly that. The sources are there for anyone to explore and contribute to.