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

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

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