Search the Community
Showing results for tags 'font'.
-
Hi all, I'm building a DJ MIDI controller. I'm trying to switch to NG, I studied a little, but I did not find anything on how to make new fonts. In the video I did some by the conventional method. How can I make a new font in the NG method? See the video, i can make this in NG (GLCD1306)? Tks, Marco.
-
Hi everyone! I thought it might be a good idea to be able to print variable width font on GLCD. I wrote a simple example using this (see pictures and code in vfw.tar.gz). I don't think it was done before with MIOS? (I made a quick search). The font bitmap are exported from TTF file using a very quick (and ugly) C program based on Freetype (it might be Linux only... Freetype was an easy option for me, and a good font rasterizer). It takes as input the TTF file and a size, which is then exported as a .c file, which can then be included inside MIOS app (one file per font and size). font.c vfw.tar.gz