Live data from Hacker News

Variable Width Font Rendering

bonaroo.nl

1–2 of 2 posts

Re: Variable Width Font Rendering

#2
Clever, I've done something similar for an Arduino project where each char bitmap includes the pixel width and a vertical offset bit for letters like g or j that hang down below the other letters. Each char bitmap was 5x5px and stored as a 32bit int in an array.