From owner-freebsd-gnome@freebsd.org Fri Sep 9 12:37:20 2016 Return-Path: Delivered-To: freebsd-gnome@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 5FC4BBD2438 for ; Fri, 9 Sep 2016 12:37:20 +0000 (UTC) (envelope-from kedr@openmailbox.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0A7A9F for ; Fri, 9 Sep 2016 12:37:20 +0000 (UTC) (envelope-from kedr@openmailbox.org) Received: by mailman.ysv.freebsd.org (Postfix) id 497E0BD2437; Fri, 9 Sep 2016 12:37:20 +0000 (UTC) Delivered-To: gnome@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 492B6BD2436 for ; Fri, 9 Sep 2016 12:37:20 +0000 (UTC) (envelope-from kedr@openmailbox.org) Received: from smtp6.openmailbox.org (smtp6.openmailbox.org [62.4.1.40]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14F27A9E for ; Fri, 9 Sep 2016 12:37:19 +0000 (UTC) (envelope-from kedr@openmailbox.org) Received: by mail2.openmailbox.org (Postfix, from userid 1001) id E4AD71036DD; Fri, 9 Sep 2016 14:37:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1473424630; bh=LY/UYThLjkemMzphQApCEBKO/F3gBBLw0SDYi+R/+T0=; h=Date:From:To:Subject:From; b=sWGMiWmmBOoo4JuTKdZofw0wIxVa3RHm2ju8Z+QFaM/O8SJPL10kwWCbDIWpGVFrO yt4PvFifV1WaK9zupoKtfCX1hj9zlLyBMzs4IR3ovMF1IeR1X4KX6ggqYV+CtXL2l0 XEhedsWRIA/vhm3GvPIee/rJQWmDyCY8sxRJJQU4= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on h4 X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED,BAYES_50, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from www.openmailbox.org (unknown [10.91.130.51]) by mail2.openmailbox.org (Postfix) with ESMTP id 02A991020B8 for ; Fri, 9 Sep 2016 14:37:06 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 09 Sep 2016 15:37:06 +0300 From: kedr@openmailbox.org To: gnome@FreeBSD.org Subject: freetype 2.7 Message-ID: <565cf792cb6ff29d8ca89d7eb0149d57@openmailbox.org> X-Sender: kedr@openmailbox.org User-Agent: Roundcube Webmail/1.0.6 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 12:37:20 -0000 Hello. FreeType 2.7 2016-09-08 We start a new ‘minor’ series, which finally allows us to activate a new default mode for bytecode hinting (see also the announcements below for version 2.6.4 and 2.6.5): Subpixel hinting, also known as ClearType hinting. In case you are already using subpixel hinting (for example, by using the ‘Infinality patches’ as provided by some GNU/Linux or BSD distributions, or directly from bohoomil.com), be noted that the new mode might provide subtle differences; the code was simplified to make it much faster. If you are used to the old full-pixel hinting, you will see many rendering changes. If you really dislike them, you can disable them at compile time or using the new FREETYPE_PROPERTIES environment variable. https://www.freetype.org/ Best regards, little anon.