I was snooping through some of the files used in the hello_pi directory to learn OpenGL for visual purposes on my Pi.
I did this to see if I could change the standard Vera.ttf font into my much preferred Exo 2 font.
The code in file "font.c" states:
Which seems waaaaaaaaaay to changeable!Code: Select all
/** The one and only (default) font we support for now. */ static struct { const char *file; void *mem; size_t len } default_font = { "Vera.ttf" };
Does anyone here know if it's possible too change this font?
Thank you for your time!