#DIYConsole
#DIYConsole – Part 6: Text and fonts
The goal of this post is to add to the #DIYConsole graphics library the functions to display on the screen characters and text. To draw a text string we need a font, i.e. a set of graphically related glyphs. Typically, the fonts used on a modern computer are vector fonts: Read more…