Dear All, I am using Freetype2 as the font engine for Truetype fonts. What I have found from the code is, Freetype lib extracts the bit information of the glyph on the fly (say "A" ) and stores that bit information in a strucure. And the graphics library reads that structure and performs 'setpixel' function whereever bits are '1'. My question is, if I have that bit information, can I create back a ttf file at runtime. I am getting the bit information on the fly and I want to create a TTF file using those bit information.
I dont know whether this make any sense. Pls find time to answer my query. Regards Sivan -- View this message in context: http://www.nabble.com/Can-I-create-a-Truetype-font-at-runtime-tp16391886p16391886.html Sent from the Freetype - User mailing list archive at Nabble.com. _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
