Thanks. I didn't know about that one, the extra glyphs do
look better.
The issue with the vertical displacement has been noted by
others and is on the issue list.
http://code.google.com/p/acme-sac/issues/detail?id=16
I suspect the ttf2subf program used to generate the files,
but have not looked into it.
The border colors are not parametrized like the others,
but you can easily find all the locations:
agrep 'draw\(mainwin' /appl/acme/*.b | grep black
These are the changes you'd need to parametrize
the colors:
In /appl/acme/col.b
Edit ,x g/draw\(mainwin/x/black/c/colbordercol/
In /appl/acme/row.b
Edit ,x g/draw\(mainwin/x/black/c/rowbordercol/
Add line after /appl/acme/acme.m:17
colbordercol, rowbordercol : ref Draw->Image;
Add lines after /appl/acme/acme.b:1004
colbordercol = display.color(Draw->Bluegreen);
rowbordercol = display.color(Draw->Bluegreen);
Also edit /appl/acme/col.b:30 to import colbordercol from acme:
tagcols, textcols, colbordercol : import acme;
and edit /appl/acme/row.b:29 to import rowbordercol from acme:
fontnames , rowbordercol: import acme;
Caerwyn
On Dec 3, 10:26 am, "
Martinov.Mich...@gmail.com"
<
Martinov.Mich...@gmail.com> wrote:
> Thanks a lot. I converted DejaVuSans font (
http://sourceforge.net/projects/dejavu/