Variable Width Font Rendering
bonaroo.nl
Variable Width Font Rendering
1–2 of 2 posts
Re: Variable Width Font Rendering
#2Clever, 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.