Jump to content

*

I have a college project where i have to make a text editor for the Arabic language however I am required to use bitmap fonts and to manually convert the byte data of each letter into pixels. The Arabic language has 28 letters and each letter has 3 different forms and sometimes even more . (This project is coded in eclipse using java)

Is there some way that i can give a program a letter and it can return the binary representation of the letter? Or is there some way i can access the source code of an already made font?

Otherwise ill have have to make my own font from scratch and that will take many ours that i don't have.

 

Link to comment
https://linustechtips.com/topic/996343-need-help-font-source-code/
Share on other sites

Link to post
Share on other sites

50 minutes ago, Grimmjow said:

...I am required to ... manually convert the byte data of each letter into pixels.

...

Is there some way that i can give a program a letter and it can return the binary representation of the letter?....

 

I think finding a program to automatically do what you are manually required to do might defeat the purpose of the exercise?

If you're interested in a product please download and read the manual first.

Don't forget to tag or quote in your reply if you want me to know you've answered or have another question.

Link to post
Share on other sites

8 minutes ago, keskparane said:

I think finding a program to automatically do what you are manually required to do might defeat the purpose of the exercise?

The project isn't making the font it is making the text editor we are allowed to get the font data from anywhere including online sources or from other class mates

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×