
- Forum
- Programming Talk
- C and C++
- Query on Fonts
Query on Fonts
This is a discussion on Query on Fonts within the C and C++ forums, part of the Programming Talk category; I am trying my hands with graphics programming in C programming. There are many fonts available for text handling in ...
-
Query on Fonts
I am trying my hands with graphics programming in C programming. There are many fonts available for text handling in the graphics programming concept in C programming. But I want to create my own font apart from the available list. Is this possible? How can I go about creating my own fonts? Some tips would help me to proceed further.
-
05-19-2007, 03:29 PM #2
- Join Date
- Apr 2006
- Answers
- 124
With Visual C++ you have number of tools like VOLT also called as Visual OpenType Layout Tool available freely which you can download and use it for font making of your own choice and needs. This approach of own font building is also used while making digital signature concept to be build with the application developed using Visual C++.

Reply With Quote





