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
This commit is contained in:
parent
923b5be626
commit
4699406a68
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue