top | item 46764662

Variable Width Font Rendering

1 points| puuush | 1 month ago |bonaroo.nl

1 comment

order

nik282000|1 month ago

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.