Page 1 of 1
Vector fonts
Posted: Thu Mar 01, 2012 9:20 pm
by alfkil
I'm looking for a way to get a 2d vector map of a set of glyphs (eg. a string) using just native libraries (not freetype). Ssolie has told me, that he knows it is possible but does not know how. How is it possible, may I ask?? The information in the autodocs regarding fonts are not very clear nor helpful.
Help!
Re: Vector fonts
Posted: Fri Mar 02, 2012 5:40 pm
by ssolie
I need to peek into the TypeManager code and get back to you on this one.
Re: Vector fonts
Posted: Fri Mar 02, 2012 5:57 pm
by alfkil
Ok, help appreciated!

Re: Vector fonts
Posted: Sun Mar 11, 2012 3:37 pm
by ssolie
I have found the code which renders the glyphs and it uses the existing API.
That means no direct access to the vector descriptions.

Re: Vector fonts
Posted: Thu Mar 15, 2012 9:05 pm
by alfkil
@ssolie
That's too bad

. But thanks for checking.