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

23 lines
876 B
Diff
Raw Normal View History

2020-12-29 20:21:49 +01:00
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
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
2020-12-29 20:21:49 +01:00
Subject: [PATCH] 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
2022-04-04 23:22:35 +02:00
index c33c51eeb2e7..c33ddb4bf60c 100644
2017-05-20 15:53:34 +02:00
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
2022-04-04 23:22:35 +02:00
@@ -895,7 +895,7 @@ FT_BEGIN_HEADER
2019-03-15 23:07:57 +01:00
* If this option is activated, it can be controlled with the
* `no-long-family-names` property of the 'pcf' driver module.
*/
2017-05-20 15:53:34 +02:00
-/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */
+#define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
/*************************************************************************/