OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: mozilla-firebird-0.6 and --enable-xft

From: Alexander Farber (Alexander.Farbert-online.de)
Date: Sat Jul 19 2003 - 16:43:03 CDT


I've figured it out without really understanding
(maybe this can be added to the firebird port?):

To make www/mozilla-firebird display anti-aliased fonts (screenshot:
http://home.t-online.de/home/Alexander.Farber/OpenBSD/kde-obsd.gif )
add the lines

> --with-ft-prefix=/usr/X11R6 \
> --enable-xft \
>
> to the /usr/ports/www/mozilla-firebird/Makefile

and then run:

    env PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig make install
 
Cyrillic pages has stopped working though. I probably have to add
cyrillic fonts to /etc/fonts/fonts.conf somehow. The true type fonts
from the msttcorefonts-1.2 seem to support the russian language:

    newhope:mozilla-firebird {570} fc-list :lang=ru | grep -i regular | sort
    Andale Mono:style=Regular
    Arial Black:style=Regular
    Arial:style=Regular
    Comic Sans MS:style=Regular
    Courier New:style=Regular
    Georgia:style=Regular
    Impact:style=Regular
    Times New Roman:style=Regular
    Trebuchet MS:style=Regular
    Verdana:style=Regular

So if someone has a working fonts.conf with cyrillic fonts,
please send me a copy!

Regards
Alex