On Sun, 20 Jun 2004 18:37:03 -0700 (PDT), Goplat <[EMAIL PROTECTED]> wrote:

--- 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.

wow.. unicodian fixedsys. thanks!.. btw, it has rather ugly cyrillics, with glyphes, not fitting in bounding boxes.. can you tell me, which tool did you use to make changes you told me before? Maybe i can fix it slightly

Reply via email to