From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 12:56:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEC0116A421 for ; Sun, 20 Jan 2008 12:56:45 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from smtp23.orange.fr (smtp23.orange.fr [80.12.242.97]) by mx1.freebsd.org (Postfix) with ESMTP id 5631913C461 for ; Sun, 20 Jan 2008 12:56:44 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2361.orange.fr (SMTP Server) with ESMTP id 9BCD070000B2 for ; Sun, 20 Jan 2008 13:56:43 +0100 (CET) Received: from menegroth.nicoelro.net (ALyon-252-1-96-122.w86-202.abo.wanadoo.fr [86.202.223.122]) by mwinf2361.orange.fr (SMTP Server) with ESMTP id 678AC70000A7 for ; Sun, 20 Jan 2008 13:56:43 +0100 (CET) X-ME-UUID: 20080120125643424.678AC70000A7@mwinf2361.orange.fr Message-ID: <4793450A.60703@nicoelro.net> Date: Sun, 20 Jan 2008 13:56:42 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.9 (X11/20080119) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: How use helvetica font? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 12:56:45 -0000 Hello, How use Helvetica font with FreeBSD 6.3-Release ? I follow this page (http://www.freebsd.org/doc/fr_FR.ISO8859-1/books/handbook/x-fonts.html) and installed urwfont but I can't see Helvetica font on OpenOffice or Abiword. see my `pkg_info | grep font` : bdftopcf-1.0.1 bitstream-vera-1.10_4 encodings-1.0.2,1 font-adobe-100dpi-1.0.0_1 font-adobe-75dpi-1.0.0 font-adobe-utopia-100dpi-1.0.1 font-adobe-utopia-75dpi-1.0.1 font-adobe-utopia-type1-1.0.1 font-alias-1.0.1 font-arabic-misc-1.0.0 font-bh-100dpi-1.0.0 font-bh-75dpi-1.0.0 font-bh-lucidatypewriter-100dpi-1.0.0 font-bh-lucidatypewriter-75dpi-1.0.0 font-bh-ttf-1.0.0 font-bh-type1-1.0.0 font-bitstream-100dpi-1.0.0 font-bitstream-75dpi-1.0.0 font-bitstream-type1-1.0.0 font-cursor-misc-1.0.0 font-daewoo-misc-1.0.0 font-dec-misc-1.0.0 font-ibm-type1-1.0.0 font-isas-misc-1.0.0 font-jis-misc-1.0.0 font-micro-misc-1.0.0 font-misc-ethiopic-1.0.0 font-misc-meltho-1.0.0_1 font-misc-misc-1.0.0 font-mutt-misc-1.0.0 font-schumacher-misc-1.0.0 font-sony-misc-1.0.0 font-sun-misc-1.0.0 font-util-1.0.1 font-xfree86-type1-1.0.0 fontcacheproto-0.1.2 fontconfig-2.4.2_2,1 fontsproto-2.0.2 fonttosfnt-1.0.3 freefonts-0.10_3 freetype2-2.3.5 fslsfonts-1.0.1 fstobdf-1.0.2 libXfont-1.3.1_1,1 libXfontcache-1.0.4 libXft-2.1.12 libfontenc-1.0.4 mkfontdir-1.0.3 mkfontscale-1.0.3 p5-type1inst-0.6.1_5 showfont-1.0.1 urwfonts-1.0_2 webfonts-0.30_2 xf86bigfontproto-1.1.2 xfd-1.0.1 xfontsel-1.0.2 xfs-1.0.5,1 xfsinfo-1.0.1 xlsfonts-1.0.2 xorg-fonts-100dpi-7.3 xorg-fonts-75dpi-7.3 xorg-fonts-miscbitmaps-7.3 xorg-fonts-truetype-7.3 xorg-fonts-type1-7.3 However, I can see Helvetica in `fc-list | grep Helvetica` : Helvetica:style=Oblique Helvetica:style=Bold Helvetica:style=Regular Helvetica:style=Bold Oblique Here is my font config in xorg.conf : FontPath "/usr/X11R6/lib/X11/fonts/freefont/" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/webfonts/" FontPath "/usr/local/lib/X11/fonts/bitstream-vera/" FontPath "/usr/local/lib/X11/fonts/cyrillic/" FontPath "/usr/local/lib/X11/fonts/dejavu/" FontPath "/usr/local/lib/X11/fonts/util/" FontPath "/usr/local/lib/X11/fonts/encodings/" FontPath "/usr/local/lib/X11/fonts/URW/" Thanks for your help Nicolas