From owner-freebsd-ports@freebsd.org Sat Aug 27 23:18:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE9C2B77515 for ; Sat, 27 Aug 2016 23:18:02 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: from h2.pinyon.org (h2.pinyon.org [65.101.5.250]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8508C7F7; Sat, 27 Aug 2016 23:18:02 +0000 (UTC) (envelope-from rcarter@pinyon.org) Received: by h2.pinyon.org (Postfix, from userid 58) id 80CB5DE24; Sat, 27 Aug 2016 16:18:00 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1472339880; bh=LVWnDefo4A7MM77P7Tp+OsZiJQT2aCS8dZ+MyFo+/U8=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=ePAWSSd22v20on+PLO5sGxXhE6y8emfWIDitJMuvS1+pa/b2kGcugbgybjPhh5/+v zyJasTmiu5hDciitmAoD4VGTV+GRpXyIhcm95fwcphOUwcYjczbNwj/BWRttQipVjz oTYheQs2WBO7HYYNRjH3uCUgLh2xWNlzMZU+Tbh0= X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on h2.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=3.4.1 Received: from [10.0.10.15] (h4.esturion.net [65.101.5.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by h2.pinyon.org (Postfix) with ESMTPSA id ECCF0DE1E; Sat, 27 Aug 2016 16:17:59 -0700 (MST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pinyon.org; s=DKIM; t=1472339879; bh=LVWnDefo4A7MM77P7Tp+OsZiJQT2aCS8dZ+MyFo+/U8=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=Jg5nlGsloEenRI/BRm+4BGz3uUJhoDgpDTr8QhPgH4PG4Huzyho5JPAF23WkWq/CS EVK4eP3WTbthIpNbFVcYO57J/48aN+vY4Fn1gjOY1YgE+++gBGvU1LSSQY+88vmnyX HaT8tsMykhzwFNFCvlTWwd55bzrBbJyHcjhIMlXw= Subject: Re: fontconfig update uglifies fonts To: Raphael Kubo da Costa References: <729af4af-0ed3-4d45-2e68-b4483e08110a@pinyon.org> <8660qmh43u.fsf@FreeBSD.org> <861t1ah3wf.fsf@FreeBSD.org> Cc: freebsd-ports@freebsd.org From: "Russell L. Carter" Message-ID: <9c1c09c8-e829-a86c-5886-ec2fa3f3e706@pinyon.org> Date: Sat, 27 Aug 2016 16:17:59 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <861t1ah3wf.fsf@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Aug 2016 23:18:02 -0000 On 08/27/16 04:01, Raphael Kubo da Costa wrote: > Raphael Kubo da Costa writes: >> You can either change the HINTING option when building the port or >> create a ~/.config/fontconfig/fonts.conf with something like this: >> >> >> >> >> >> >> hintnone >> >> >> > > "hintnone" was just an example and is likely the opposite of what you > want. In your specific case you probably need "hintmedium" or > "hintfull". > Indeed, I am wavering between hintmedium and hintfull. THANKS VERY MUCH :-) I am de-uglified. It was like the bad old days for a while. Regards, Russell