summarylogtreecommitdiffstats
path: root/openoffice.patch
diff options
context:
space:
mode:
authorPopolon2020-10-01 23:24:41 +0200
committerPopolon2020-10-01 23:24:41 +0200
commit4dc1493ecf37734f613260e4c8dd3dd9a8f84bd2 (patch)
tree5ab0c6201cc46d1a487d014bcae6e7059aa5619b /openoffice.patch
parentc57c1e723ae3528d86fec68a9bb493671e1ac1d0 (diff)
downloadaur-openoffice-uglyfix-freetype2.tar.gz
Update to freetype 2.10.2
Diffstat (limited to 'openoffice.patch')
-rw-r--r--openoffice.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/openoffice.patch b/openoffice.patch
index 3d7e3109fb83..c4ca3c8cae7c 100644
--- a/openoffice.patch
+++ b/openoffice.patch
@@ -1,6 +1,6 @@
---- include/freetype/freetype.orig 2013-12-21 22:58:05.639880352 -0600
-+++ include/freetype/freetype.h 2013-12-21 22:57:36.886881072 -0600
-@@ -2592,7 +2592,7 @@
+--- include/freetype/freetype.h 2020-05-08 11:01:46.000000000 +0200
++++ ../freetype.h 2020-10-01 23:17:23.171690435 +0200
+@@ -3037,7 +3037,7 @@
#define FT_LOAD_RENDER ( 1L << 2 )
#define FT_LOAD_NO_BITMAP ( 1L << 3 )
#define FT_LOAD_VERTICAL_LAYOUT ( 1L << 4 )
@@ -9,12 +9,12 @@
#define FT_LOAD_CROP_BITMAP ( 1L << 6 )
#define FT_LOAD_PEDANTIC ( 1L << 7 )
#define FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH ( 1L << 9 )
-@@ -2600,7 +2600,7 @@
+@@ -3045,7 +3045,7 @@
#define FT_LOAD_IGNORE_TRANSFORM ( 1L << 11 )
#define FT_LOAD_MONOCHROME ( 1L << 12 )
#define FT_LOAD_LINEAR_DESIGN ( 1L << 13 )
-#define FT_LOAD_NO_AUTOHINT ( 1L << 15 )
+#define FT_LOAD_FORCE_AUTOHINT ( 1L << 15 )
- /* Bits 16..19 are used by `FT_LOAD_TARGET_' */
+ /* Bits 16-19 are used by `FT_LOAD_TARGET_` */
#define FT_LOAD_COLOR ( 1L << 20 )
-
+ #define FT_LOAD_COMPUTE_METRICS ( 1L << 21 )