Robo Durden

Results 58 comments of Robo Durden

okay here is my online compiler: www.pionierland.de/fonts In which branch do i find the updated fontgenerator.py ??? I only see 10 months old versions ! Should i add the -fh...

Yes i downloaded the master branch and have activated the -SB and -fw and -fh options :-) Also added asc-charts for the public fonts (that i quickly downloaded from some...

Yes i restrict (clamp) the parameters: ` Clamp($h,'iSize',6,100); Clamp($h,'iHeight',6,128); Clamp($h,'iFrom',32,127); Clamp($h,'iTo',32,127);` What max iSize,iHeight do you wish for ? update: have raised clamp to ` Clamp($h,'iSize',6,250); Clamp($h,'iHeight',6,256); Clamp($h,'iFrom',32,127); Clamp($h,'iTo',32,127);`

` Clamp($h,'iSize',6,250); Clamp($h,'iHeight',6,256); Clamp($h,'iFrom',65536); Clamp($h,'iTo',32,65536);` :-)

Hello again. I am moving my online font compiler to a new ubuntu server. As i strongly detest Linux i have already forgotton what was neccessary to run your fontgenerator.py...

Okay it seems that i had not python2.7 installed and ``` apt install pip pip install freetype-py ``` did install the module only for python3 This somehow worked: ``` python...

Okay i installed your latest python code that will also run on python3. But now i see that your ouptut is different: `python fontgenerator.py --ttf public/Avocado.ttf -s 20 -SB 24...

Hi Lexus, keep in mind that i at the moment have no idea what your libraries do as i have not worked with it for some time. For my onliine...

Okay i was confuse by this debug output. Have removed `print(bitmap.buffer)` manually as it has not yet shown up publicy. Say so if the code is newer on lcdgfx, than...