raw beziers

balance
1.May.2008 9.01am
balance's picture

hi

ive drawn some outlines for a typeface im working on using illustrator.
i want to extract the raw bezier curves to input into a program im writing in processing for further manipulation.

this is a link to the p5 bezier formatting
http://processing.org/reference/bezier_.html

ive tryed a workabout exporting as SVG and using the SVG library within processing but it only allows import, scaling and export but not modification so for my purposes this hack doesnt fufill my objectives.

any idea how id go about this?

regards
mike



Thomas Phinney
1.May.2008 10.44am
Thomas Phinney's picture

ASCII EPS? Lots of stuff can process raw PostScript. The format for curves is well documented and clear.