cbm80amiga / rrefontgen

RRE fonts generator utility
GNU Lesser General Public License v3.0
9 stars 1 forks source link

Tutorial ? #3

Open claustro opened 3 years ago

claustro commented 3 years ago

I am trying to convert a tff to a new Ree font. I downloaded the tff font Converted to PNM using an online converter ( maybe not a good idea) If I try to run the your application I receive the error "Error: Need w and h in pbm file. Got 0 params. (0 0)" Is there a tutorial for generating a custom font?

claustro commented 3 years ago

I found a way to convert a tff using GLCD Font Creator in windows xp compatibility mode

FrancescoLimosani commented 3 years ago

I created the rre font with GLCD, but how to use it? The display doesn't show the font

cbm80amiga commented 3 years ago

There are 3 modes to convert to RRE header. I suggest to use bitmap in PBM format. Use irfanview to convert other formats. PBM file should be B&W, 1-bit. The file should contain 16x6 or 32x3 characters (96 characters mode), 16x8 (128 characters) or 1 line for digits. If you want to use GLCD font creator start it as an admin to make sure it will save anything, then create your font in .lcd file It is possible to convert .lcd directly: rrefontgen times.lcd Times32x64 Regards

FrancescoLimosani commented 3 years ago

I've already done it. I create the file with the code generated in cmd and all compile corrected in arduino, but the display doesn't show the font, it seems like all the digits are blank.