PKGBUILDs/freetype2/mingw-w64-bootstrap/0003-Enable-long-PCF-family...

29 lines
1.2 KiB
Diff
Raw Normal View History

2018-06-07 20:04:02 +02:00
From bbb386e90cf9440c9c9952aa14bc309f2ec76205 Mon Sep 17 00:00:00 2001
Message-Id: <bbb386e90cf9440c9c9952aa14bc309f2ec76205.1525259379.git.jan.steffens@gmail.com>
In-Reply-To: <7053fd3cef88991e2da6aac5f1dda2c30ce22b4c.1525259379.git.jan.steffens@gmail.com>
References: <7053fd3cef88991e2da6aac5f1dda2c30ce22b4c.1525259379.git.jan.steffens@gmail.com>
2017-05-20 15:53:34 +02:00
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Sun, 14 May 2017 18:09:31 +0200
Subject: [PATCH 3/4] Enable long PCF family names
2017-05-20 15:53:34 +02:00
---
include/freetype/config/ftoption.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
2018-06-07 20:04:02 +02:00
index 862b926d5..bd6a4f7d3 100644
2017-05-20 15:53:34 +02:00
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
2018-06-07 20:04:02 +02:00
@@ -849,7 +849,7 @@ FT_BEGIN_HEADER
2017-05-20 15:53:34 +02:00
/* If this option is activated, it can be controlled with the */
/* `no-long-family-names' property of the pcf driver module. */
/* */
-/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */
+#define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
/*************************************************************************/
--
2018-06-07 20:04:02 +02:00
2.17.0
2017-05-20 15:53:34 +02:00