[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: PCB fonts?



On Tue, Jun 01, 2004 at 02:28:06PM -0400, Dave McGuire wrote:
> 
>   Hey folks.  I usually put my email address on a PCB layout, but the 
> default font that comes with PCB doesn't have an '@'.  Is there a 
> low-pain way to add that symbol to the default font?  How was the 
> default font generated in the first place?
> 


I have no idea how the font was generated originally.  I did this
by hand (not low-pain).

Symbol('@' 12)
( 
   SymbolLine(0 0 0 30 8)
   SymbolLine(0 30 10 40 8)
   SymbolLine(10 40 40 40 8)
   SymbolLine(50 25 50 0 8)
   SymbolLine(50 0 40 -10 8)
   SymbolLine(40 -10 10 -10 8)
   SymbolLine(10 -10 0 0 8)

   SymbolLine(15 10 15 20 8)
   SymbolLine(15 20 20 25 8)
   SymbolLine(20 25 30 25 8)
   SymbolLine(30 25 35 20 8)
   SymbolLine(35 20 40 25 8)
   SymbolLine(35 20 35 5 8)
   SymbolLine(35 10 30 5 8)
   SymbolLine(20 5 30 5 8)
   SymbolLine(20 5 15 10 8)

   SymbolLine(40 25 50 25 8)
)

-Dan

--