X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Sat, 6 Sep 2014 01:38:28 -0400 Message-Id: <201409060538.s865cSmr017110@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (message from Erich Heinzle on Sat, 6 Sep 2014 15:02:07 +0930) Subject: Re: [geda-user] Chinese glyph rendering in pcb as symbols References: <201409051618 DOT s85GIdb8024685 AT envy DOT delorie DOT com> <5409F1C2 DOT 3090406 AT xs4all DOT nl> <201409051752 DOT s85Hqnr2027362 AT envy DOT delorie DOT com> <20140905184829 DOT GH3196 AT cicely7 DOT cicely DOT de> <20140905204312 DOT GJ3196 AT cicely7 DOT cicely DOT de> <540A22EF DOT 5030701 AT estechnical DOT co DOT uk> <201409052113 DOT s85LDfxf001064 AT envy DOT delorie DOT com> <201409060357 DOT s863vvBL013729 AT envy DOT delorie DOT com> <201409060459 DOT s864xXhR015788 AT envy DOT delorie DOT com> Reply-To: geda-user AT delorie DOT com > Down the track, if someone thinks they can replace the code with > something that will convert an outline font to a pcb symbol and do a > better job, the stroke rendering code could be replaced. No reason why pcb couldn't present a glyph as a polygon instead of a set of lines. Then it could draw any outline font "perfectly". But to do a bitmap font, we'd need to convert each pixel into a separate polygon (square). The gerbers for either solution would be huge, though. Simple stroked fonts (like pcb's default) are pretty gerber-friendly.