Re: [Flashcoders] as3 ttf encoding lib?

2010-05-25 Thread Anthony Pace
I haven't looked through the code as of yet, so I am not sure if it's what I am looking for, but it does look promising. Thanks for the response. On 5/24/2010 9:22 PM, mika wrote: The closest thing I found on that matter is the create font tool of Five3D. It takes a font file and then

Re: [Flashcoders] as3 ttf encoding lib?

2010-05-25 Thread Glen Pike
I remember looking at that - it uses JSFL and does the following: Draws each letter of your font onto the stage in Flash. Breaks the letter apart - so it becomes a shape. Grabs the path of the shape. Turns the shape into commands for drawing the character using the Five3D engine - which uses

Re: [Flashcoders] as3 ttf encoding lib?

2010-05-25 Thread gamera
you can also try this: http://lab.polygonal.de/2009/12/15/font-rendering-with-the-fp10-drawing-api/ On May 25, 2010, at 3:10 PM, Anthony Pace wrote: I haven't looked through the code as of yet, so I am not sure if it's what I am looking for, but it does look promising. Thanks for the

Re: [Flashcoders] as3 ttf encoding lib?

2010-05-25 Thread Anthony Pace
Sounds nice, and, now that I know about it, will be very useful to me in the future; however, I was hoping there was an as3 lib to compile a ttf or other types of font file formats. Even a java library that compiles to ttf or something open type that wouldn't be too crazy to port? On

Re: [Flashcoders] as3 ttf encoding lib?

2010-05-25 Thread Glen Pike
What about looking at fontforge or something like that? http://sourceforge.net/projects/fontforge/files/ Anthony Pace wrote: Sounds nice, and, now that I know about it, will be very useful to me in the future; however, I was hoping there was an as3 lib to compile a ttf or other types of font

Re: [Flashcoders] as3 ttf encoding lib?

2010-05-25 Thread Glen Pike
Even better (link from fontforge homepage on sourceforge): http://doubletype.org/wiki/index.php/DoubleType Anthony Pace wrote: Sounds nice, and, now that I know about it, will be very useful to me in the future; however, I was hoping there was an as3 lib to compile a ttf or other types of

Re: [Flashcoders] as3 ttf encoding lib?

2010-05-25 Thread Anthony Pace
Hi Glen, Looking through the source right now... this actually looks promising. Thanks, Anthony On 5/25/2010 4:35 PM, Glen Pike wrote: Even better (link from fontforge homepage on sourceforge): http://doubletype.org/wiki/index.php/DoubleType Anthony Pace wrote: Sounds nice, and, now that I

[Flashcoders] as3 ttf encoding lib?

2010-05-24 Thread Anthony Pace
as3 ttf encoding lib...Does it exist? ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] as3 ttf encoding lib?

2010-05-24 Thread mika
The closest thing I found on that matter is the create font tool of Five3D. It takes a font file and then render it using vectors http://five3d.mathieu-badimon.com/ ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com