summaryrefslogtreecommitdiff
path: root/freetype/0004-Enable-long-PCF-family-names.patch
blob: 45fb72c4b5f8db802540a75d93d5f6a12e830bbe (plain)
    1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
    2 From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
    3 Date: Sun, 14 May 2017 18:09:31 +0200
    4 Subject: [PATCH] Enable long PCF family names
    5 
    6 ---
    7  include/freetype/config/ftoption.h | 2 +-
    8  1 file changed, 1 insertion(+), 1 deletion(-)
    9 
   10 diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
   11 index acb4d6d6a..efa13b9c6 100644
   12 --- a/include/freetype/config/ftoption.h
   13 +++ b/include/freetype/config/ftoption.h
   14 @@ -861,7 +861,7 @@ FT_BEGIN_HEADER
   15     * If this option is activated, it can be controlled with the
   16     * `no-long-family-names` property of the 'pcf' driver module.
   17     */
   18 -/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */
   19 +#define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
   20  
   21  
   22    /*************************************************************************/

Generated by cgit