fontconfig: Branch 'master'

[email protected] (Akira TAGOH)
Newsgroups gmane.comp.fonts.fontconfig
Message-ID <[email protected]>
 src/fcname.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 4699406a68321179b14fae7412f828e2f37a7033
Author: Akira TAGOH <[email protected]>
Date:   Wed Mar 14 18:31:30 2018 +0900

    Add the value of the constant name to the implicit object in the pattern
    
    For objects which has been changed the object type to FcTypeRange.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=105415

diff --git a/src/fcname.c b/src/fcname.c
index 15fb659..c9320ae 100644
--- a/src/fcname.c
+++ b/src/fcname.c
@@ -490,6 +490,10 @@ FcNameParse (const FcChar8 *name)
 			if (!FcPatternAddBool (pat, c->object, c->value))
 			    goto bail2;
 			break;
+		    case FcTypeRange:
+			if (!FcPatternAddInteger (pat, c->object, c->value))
+			    goto bail2;
+			break;
 		    default:
 			break;
 		    }
_______________________________________________
Fontconfig mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/fontconfig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.