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