How to create a TTF or OTF font programmatically [C / C++] -


How do you go by creating a bitmap font with C or C ++? I have created some software that creates a letter format with your body and converts vector shapes (or bitmaps). I would like to output as a result of a TTF, OTF or similar font file.

You can see a video of the software here:

See the specs for

and Also, there is an open source app for making fonts, which you can see on its implementation.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -