How to create a font for Unicode characters for X windows system? Can anyone provide me some tutorials?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
X11 understands TrueType, OpenType and Type 1 (PostScript) fonts. If you want to create a new font you should probably use one of these formats.
There’s also the legacy bitmap format, but its use is not recommended as these fonts are not scalable and do not support anti-aliasing.
There’s a number of tools for creating TrueType and other scalable fonts, FontForge being the prominent open-source one.