Click to See Complete Forum and Search --> : Bezier curve data of font


try2know
October 21st, 2008, 11:34 AM
hi friends,
I am trying to get the geometric data of a computer font, I know almost computer font are made by Bezier curves an cubic but I have no idea how to get those data (control points of Bezier curves) from a font (any letter a, b, c...).
thanks so much for any help form you,

Hobson
October 22nd, 2008, 01:57 AM
Chectk this one: http://www.microsoft.com/typography/SpecificationsOverview.mspx
Or this: http://www.truetype-typography.com/ttspec.htm

Cheers

try2know
October 22nd, 2008, 05:50 AM
thanks Hobson
any example by VC++?