From owner-freebsd-ports@FreeBSD.ORG Mon Oct 17 04:40:08 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 057E816A41F for ; Mon, 17 Oct 2005 04:40:07 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD9B43D46 for ; Mon, 17 Oct 2005 04:40:06 +0000 (GMT) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.13.4/8.13.4) with ESMTP id j9H4e5bZ011849 for ; Mon, 17 Oct 2005 08:40:05 +0400 (MSD) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.13.4/8.13.4/Submit) id j9H4e5ie011848 for ports@freebsd.org; Mon, 17 Oct 2005 08:40:05 +0400 (MSD) (envelope-from ache) Date: Mon, 17 Oct 2005 08:40:05 +0400 From: Andrey Chernov To: ports@freebsd.org Message-ID: <20051017044005.GA11725@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.11 Cc: Subject: firefox: Xft + FreeType2, is it possible? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 04:40:08 -0000 1) When firefox is builded with Xft, font are smoothed, but no TTF fonts available (I use M$ core fonts), so pages rendered very ugly. Setting user_pref("font.FreeType2.enable", true); does nothing. 2) When firefox is builded without Xft, font are jagged sometimes, but TTF fonts available, so pages rendered nice. Setting user_pref("font.FreeType2.enable", true); cause segmentation fault after last TTF font loaded, but it is not needed, TTF fonts available even without this setting. Is it possible to have both works, i.e. smoothed fonts _and_ TTF? -- http://ache.pp.ru/