<!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,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>has&nbsp;some1&nbsp;seen this too on 
pd0.35-1</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.vju-tv.net/test_courier.gif">http://www.vju-tv.net/test_courier.gif</A></FONT></DIV>
<DIV><FONT face=Arial size=2>compare the two numberboxes on top to the nb on 
bottom... strange...</FONT></DIV>
<DIV><FONT face=Arial size=2>i've seen the same problem on many of the sample 
patches...</FONT></DIV>
<DIV><FONT face=Arial size=2>this is on windows2000, i wonder if its on 
linux/osx too...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>as i find courier somehow "dirty" and my font 
(PUFO) "steril"&nbsp;i made&nbsp;some mods...</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.vju-tv.net/test_puco.gif">http://www.vju-tv.net/test_puco.gif</A></FONT></DIV>
<DIV><FONT face=Arial size=2>dont pay attention to the capitals ! they are still 
under construction...</FONT></DIV>
<DIV><FONT face=Arial size=2>i also added 2pix for the height (before 8x11, now 
8x13) good/bad ?</FONT></DIV>
<DIV><FONT face=Arial size=2>yes,&nbsp;the (empty space)height&nbsp;is still 
smaller than couriers but i think this is big enough !? (atleast for 
objects&amp;co, on normal text they are MAYBE too close)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>as courier is not good readable under 12pt i 
thought i make "simple" fonts starting from 5x7pix(~6pt) and then "morphing" on 
the way to courier at 12pt. after 12pt we can use courier thats nice 
readable...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>btw. is this used and how ? (from 
pd.tk)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;snip&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>proc iemgui_toggle_font {id} 
{<BR>&nbsp;&nbsp;&nbsp; set vid [string trimleft $id .]</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; set var_iemgui_gn_f [concat 
iemgui_gn_f_$vid]<BR>&nbsp;&nbsp;&nbsp; global 
$var_iemgui_gn_f<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; set 
$var_iemgui_gn_f [expr [eval concat $$var_iemgui_gn_f] + 
1]<BR>&nbsp;&nbsp;&nbsp; if {[eval concat $$var_iemgui_gn_f] &gt; 2} {set 
$var_iemgui_gn_f 0}<BR>&nbsp;&nbsp;&nbsp; if {[eval concat $$var_iemgui_gn_f] == 
0} {$id.gnfs.fb configure -text "courier" -font {courier 10 
bold}}<BR>&nbsp;&nbsp;&nbsp; if {[eval concat $$var_iemgui_gn_f] == 1} 
{$id.gnfs.fb configure -text "helvetica" -font {helvetica 10 
bold}}<BR>&nbsp;&nbsp;&nbsp; if {[eval concat $$var_iemgui_gn_f] == 2} 
{$id.gnfs.fb configure -text "times" -font {times 10 
bold}}<BR>}<BR>&lt;/snip&gt;</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></BODY></HTML>