-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert Arabic fonts( Unicode UTF-8 ) not work !! #2527
Comments
Which command doesn't work? bdfconv [options] filename |
HELLO OLIVER ALL commandS IN THIS SITE NOT WORK WITH ME I USEd command FROM THIS WEBSITE u8g2 Unifont helper TTF > BDF BDF > C FILE 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
The text was updated successfully, but these errors were encountered: