Search found 2 matches

by pride13
Thu Feb 03, 2011 9:51 am
Forum: General Font Discussions
Topic: fill fonts
Replies: 2
Views: 4019

Re: fill fonts

I wrote algorithm to find seed. Now i have problem with filling small glyphs - with big one is ok. There are places where my fill method doesn't work. I'm using flood fill based on Smith algorithm and start filling few times in one glyph. Do you know what is the best algorithm to filling glyphs ? Pl...
by pride13
Tue Jan 25, 2011 12:11 pm
Forum: General Font Discussions
Topic: fill fonts
Replies: 2
Views: 4019

fill fonts

Hi everyone, i'm trying to write flash player in java. I have problem with filling glyphs. Can you tell me how fonts are filling ? I'm using flood fill algorithm but there is problem with find seed (pixel inside glyph which start filling). Do you know any methods to find a seed ? Sorry for my englis...