We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › Getting the glyph of a character
Page Index Toggle Pages: 1
Getting the glyph of a character (Read 721 times)
Getting the glyph of a character
Jul 23rd, 2005, 1:05pm
 
Is there anyway to retrieve the GlyphVector of a letter like in Java2D?

Anything like createGlyphVector() or getOutline()?

Thx

pappo
Re: Getting the glyph of a character
Reply #1 - Jul 25th, 2005, 12:31pm
 
I'm starting to do a library that will allow you to do this.

The problem is that Processing doesn't support Polygons with holes (which is the case of many letters) it would be possible to have the outline but not the filling of it, unless you write your own filling function.  But I'm working on that to.

I'll let you know when it's ready.
Page Index Toggle Pages: 1