Blame SOURCES/fontconfig-fix-embolden-logic.patch

f02dd2
From 454923709a1a1e480554c400e053aea9a1ba951a Mon Sep 17 00:00:00 2001
f02dd2
From: Akira TAGOH <akira@tagoh.org>
f02dd2
Date: Thu, 10 May 2018 22:01:29 +0900
f02dd2
Subject: [PATCH] Change the emboldening logic again
f02dd2
f02dd2
enable emboldening when request was >= bold and font was <= medium
f02dd2
f02dd2
https://bugs.freedesktop.org/show_bug.cgi?id=106460
f02dd2
---
f02dd2
 conf.d/90-synthetic.conf | 4 ++--
f02dd2
 1 file changed, 2 insertions(+), 2 deletions(-)
f02dd2
f02dd2
diff --git a/conf.d/90-synthetic.conf b/conf.d/90-synthetic.conf
f02dd2
index e344e4a..6b929dd 100644
f02dd2
--- a/conf.d/90-synthetic.conf
f02dd2
+++ b/conf.d/90-synthetic.conf
f02dd2
@@ -42,9 +42,9 @@
f02dd2
  -->
f02dd2
 
f02dd2
 	<match target="font">
f02dd2
-		
f02dd2
+		
f02dd2
 		<test name="weight" compare="less_eq">
f02dd2
-			<const>regular</const>
f02dd2
+			<const>medium</const>
f02dd2
 		</test>
f02dd2
 		
f02dd2
 		<test target="pattern" name="weight" compare="more_eq">
f02dd2
-- 
f02dd2
2.17.0
f02dd2