<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2715.400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c0c0c0>
<DIV><FONT face=Arial size=2>hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>heres the second beta of PUFO font, added another 
size 8x11pix. just copy it to /windows/fonts (if you have the previous version, 
you have to delete it first) and replace your pd.tk file with this <A 
href="http://www.vju-tv.net/pd.tk">www.vju-tv.net/pd.tk</A> </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>the PUFO font will be used when you select font 
size 7 or 11 (the rest is courier)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>DEVS! -&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>i wanted to still leave courier 8 &amp; 10pt and 
tried this but then no font worked ?!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>############ pdtk_text_new -- create a new text 
object #2###########<BR>proc pdtk_text_new {canvasname myname x y text font 
color} {<BR>#&nbsp;&nbsp; if {$font &lt; 12} {set fontname [format 
-*-pufo-----%d-* $font]}<BR>#&nbsp;&nbsp; if {$font &gt;= 12} {set fontname 
[format -*-courier-bold--normal--%d-* $font]}<BR>&nbsp;&nbsp;&nbsp; if {$font = 
7} {set fontname [format -*-pufo-----%d-* $font]}<BR>&nbsp;&nbsp;&nbsp; if 
{$font = 8} {set fontname [format -*-courier-bold--normal--%d-* 
$font]}<BR>&nbsp;&nbsp;&nbsp; if {$font = 10} {set fontname [format 
-*-courier-bold--normal--%d-* $font]}<BR>&nbsp;&nbsp;&nbsp; if {$font = 11} {set 
fontname [format -*-pufo-----%d-* $font]}<BR>&nbsp;&nbsp;&nbsp; if {$font &gt;= 
12} {set fontname [format -*-courier-bold--normal--%d-* 
$font]}<BR>&nbsp;&nbsp;&nbsp; $canvasname create text $x $y 
\<BR>&nbsp;&nbsp;&nbsp; &nbsp;-font $fontname \<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;-tags $myname -text $text -fill $color&nbsp; -anchor nw 
<BR>#&nbsp;&nbsp;&nbsp; pd [concat $myname size [$canvasname bbox $myname] 
\;]<BR>}</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>i made the font with Softy <A 
href="http://users.iclway.co.uk/l.emmett/">http://users.iclway.co.uk/l.emmett/</A>&nbsp;and 
it said that the font sizes of my font where 7pt(6x9) and 8pt(8x11). i also 
tested it with an texteditor and it gave me these sizes correct, with 7pt i get 
the 6x9pix font and 8pt gives 8x11pix font. but with pd i get the 8x11pix font 
first at 11pt, 8,9,10pt gives allways the 6x9pix font&nbsp;?!?! nothing tragic, 
but it made me wonder...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>cheers</FONT></DIV>
<DIV><FONT face=Arial size=2>-andre</FONT></DIV>
<DIV><FONT face=Arial size=2>ps. what do you think about the bolded numbers and 
operators(11pt)</FONT></DIV>
<DIV><FONT face=Arial size=2>pss. is there a need for this font over 12pt. 
because 12pt+ is courier good readable...</FONT></DIV></BODY></HTML>