Hacker News new | ask | show | jobs
Variable Width Font Rendering (bonaroo.nl)
1 points by puuush 145 days ago
1 comments

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.