--- Alexey Trofimenko <[EMAIL PROTECTED]> wrote:
> oh my.. it seems to me, that Perl6 starts new age of ASCII-graphics. (not  
> ASCII, really.. maybe Uni-graphics?)..
> 
> but now i have this issue: I'm coding on Windows, there's already two  
> unicode compliant monospace fonts: Lucida Console  and Courier New. And I  
> do not like both of them, (f.e. in Courier "{" and "(" looks almost the  
> same, and lucida has too crude letters). Until now I used to use Fixedsys  
> (which can display « ± ¦ »,  but not ¥, for example)
> So I have a question - does anyone know the place where I can get free  
> monospace unicode font for windows, good for programming? or maybe there's 
> 
> good fonts for *nixes, which could be converted?
> 

There's Fixedsys Excelsior, you can get it at http://www.fixedsys.org/. It
has 2 bugs but you can fix them in a hex editor. First, it has the wrong
PANOSE proportion type so it's not recognized as monospaced, to fix that
change byte 19B from 04 to 09. Second, the underline is outside of the
character cell, to fix that change byte 5BFC9 from 56 to F6, and 5BFCB from
82 to 0A.


                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

Reply via email to