Draw Text in C with Bitmap Fonts

Channel:
Subscribers:
5,530
Published on ● Video Link: https://www.youtube.com/watch?v=3RtO01mcjYI



Duration: 3:56
1,065 views
48


Get the code at the text version of this tutorial: https://croakingkero.com/tutorials/bitmap_fonts/

I'll show you how to draw text to a graphical window with pre-drawn bitmap fonts.

Chapters
0:00 Intro
0:21 font_t type
0:31 Loading the font image
1:04 Drawing text
1:39 Adding features
1:54 Trimming each character
2:27 Adding properties
2:56 Reading properties.txt
3:22 Updated drawing code
3:36 Coming next