An article discussing the use of subpixel rendering to create legible text on a very small LCD display, achieving a 40-character terminal on a 24 mm x 24 mm screen with a resolution of 240 x 240.
David Johnson-Davies explains how to efficiently and accurately smooth characters for small displays, using a routine to programmatically smooth out corners and adding hinting functionality.
A unique font that converts hexadecimal characters into disassembled Z80 instructions using OpenType features, with a focus on challenges and solutions for handling out-of-order operands and multiple character combinations.