Hi!, I had to apply the following patch to get fonts installed with drakfont running with openoffice:
--- /usr/bin/ooffice~ 2002-09-11 16:57:45.000000000 +0200
+++ /usr/bin/ooffice 2002-10-27 15:00:35.000000000 +0100
@@ -279,7 +279,9 @@
"/usr/X11R6/lib/X11/fonts/TTF",
"/usr/X11R6/lib/X11/fonts/drakfont/ttf",
"/usr/X11R6/lib/X11/fonts/Type1",
- "/usr/share/fonts/default/Type1" );
+ "/usr/share/fonts/default/Type1",
+ "/usr/X11R6/lib/X11/fonts/drakfont/ttf",
+ "/usr/X11R6/lib/X11/fonts/drakfont/Type1" );
}
$ENV{SAL_FONTPATH_USER} = join(";", @fontpath) . ";$ENV{SAL_FONTPATH_USER}"
if (@fontpath);
Second: drakfont has a bug: It does not recognise "PFB"/"AFM" fonts
(i.e. with case letters, some of my font CDs have these and I cannot
install them :-( )
Regards,
Reinhard Katzmann
--
Software-Engineer, Developer for Embedded Devices
Project: Pertergrin, a role playing game system
GnuPG Public Key available on request
msg80020/pgp00000.pgp
Description: PGP signature
