From owner-freebsd-questions@FreeBSD.ORG Wed Oct 19 08:04:38 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8BAE16A424 for ; Wed, 19 Oct 2005 08:04:37 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D1A743D46 for ; Wed, 19 Oct 2005 08:04:35 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j9J84W6F005348; Wed, 19 Oct 2005 11:04:33 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j9J835NN000831; Wed, 19 Oct 2005 11:03:05 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j9J6dmF8073044; Wed, 19 Oct 2005 09:39:48 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 19 Oct 2005 09:39:48 +0300 From: Giorgos Keramidas To: Jessica Message-ID: <20051019063948.GA9121@flame.pc> References: <200510181627.25131.paganladyserena@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510181627.25131.paganladyserena@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: [FreeType2] Disabling the antialiasing 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: Wed, 19 Oct 2005 08:04:38 -0000 On 2005-10-18 16:27, Jessica wrote: > Documentation for FreeType2 does not explain the procedure to disable TrueType > antialiasing. Varus Online is rebuilding its website, and the new layout > template places avatar images (image/png) over some dark areas of the page. > The TrueType text is difficult to read as the avatar canvas is white. That's quite probably a web design issue, not an antialiasing issue. Are you rendering text to images? If yes, you should be looking at what the current background/style is before rendering the text :-/