Open X960xx opened 1 month ago
Which command doesn't work? Basically you need a blank between the option and its arguments. Also the map file requires an uppercase -M
bdfconv [options] filename
-h Display this help
-v Print log messages
-b
HELLO OLIVER
ALL commandS IN THIS SITE NOT WORK WITH ME
I USEd command FROM THIS WEBSITE u8g2 Unifont helper https://stncrn.github.io/u8g2-unifont-helper I USED THIS commands AND IT'S WORKING
TTF > BDF otf2bdf -r 72 -p 32 Hacen.ttf -o myfont.bdf
BDF > C FILE bdfconv -v -f 1 -m "32-65276" myfont.bdf -o u8g2_font_myfont.c -n u8g2_font_myfont -d myfont.bdf
I noticed most Arabic fonts maps start from 32 and end at 65276
thank you
I am happy to see that your problem was solved with the help of an external web site.
hello olikraus
I tried many times to convert Arabic fonts to work in my project, but I did not succeed. I do not know what the reason is ?
from ttf to BDF otf2bdf -r 72 -p 24 segoeui.ttf -o segoeui.bdf
from BDF to C file bdfconv -f 1 -m '32-255' -n segoeui-o segoeui.c segoeui.bdf bdfconv -v 0 -f 1 -m'32-128,$600-$06FF,$FB50-$FBB1,$FE70-$FEFF' -n u8g2_font_segoeui -o u8g2_font_segoeui.c segoeui.bdf bdfconv -b 0 -f 1 -m map/gb2312.map -n u8g2_font_segoeui -o u8g2_font_segoeui.c segoeui.bdf
Any help ?
thank you