From owner-freebsd-questions@FreeBSD.ORG Sun Jul 13 16:02:26 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 D725F1065672 for ; Sun, 13 Jul 2008 16:02:26 +0000 (UTC) (envelope-from strontium90@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.191]) by mx1.freebsd.org (Postfix) with ESMTP id 5AC408FC34 for ; Sun, 13 Jul 2008 16:02:26 +0000 (UTC) (envelope-from strontium90@gmail.com) Received: by gv-out-0910.google.com with SMTP id n8so676977gve.39 for ; Sun, 13 Jul 2008 09:02:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=4kyaE+rIY2MhL8CLVeg8OMr4OWsd8BVfr7Cb13waC2U=; b=BTX/O0Cr35r2m+gdL24LriHnlzkEYuIu112ScYGht7gcLJCe4KOddrHzVmDDo3Os23 yb/yMM36VDhoLCa3IPMiMfmbCvFK6gZwSW26fYu1ae81TlhmzzPYeOIfehj2b8T4zj9s BV05h4u6d0DkFDMH/TObC9h0uAvjh54w6ypfo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=DNO4gR2P1hJRvzwM/zY92G6tTUsq4LulwtL/h2WQx7fmES7Ny8j9mUe51ukusChumS TmkPOABsz63IbK2XPVoCO9G61V56C8UiDtRPVgXX8M+HUBNCzBWOVMJCgfPAkoY1iPWC r4WktcwAEuz2oLNjeX3Rc1tw4sTmxhFfi76Cc= Received: by 10.102.228.2 with SMTP id a2mr7114297muh.79.1215964944835; Sun, 13 Jul 2008 09:02:24 -0700 (PDT) Received: from crow.my.domain ( [88.86.9.90]) by mx.google.com with ESMTPS id b9sm6490183mug.13.2008.07.13.09.02.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 13 Jul 2008 09:02:24 -0700 (PDT) Message-ID: <487A26B1.4050704@gmail.com> Date: Sun, 13 Jul 2008 19:00:49 +0300 From: Razmig K User-Agent: Thunderbird 2.0.0.9 (X11/20080213) MIME-Version: 1.0 To: ross.cameron@linuxpro.co.za References: <48792917.70504@gmail.com> <35f70db10807130650s2fc488a7h61084d3a1e272227@mail.gmail.com> In-Reply-To: <35f70db10807130650s2fc488a7h61084d3a1e272227@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: FreeBSD Questions Subject: Re: Windows Firefox in Wine: Ugly Fonts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jul 2008 16:02:26 -0000 Ross Cameron a écrit : > You have two options to resolve this issue: > Copy the fonts folder over from a WinXP/Vista install to the relevant > wine bottle. or > Install the winetricks tool and let it install all the Windows fonts > for you. > > Hope this helps. Unfortunately neither works; I copied the fonts directory in a Windows XP installation to .wine/drive_c/windows/ to no avail, removed it and used winetricks to install allfonts (corefonts, tahoma, liberation) with similar results. Further suggestions? //rk