conftypes: Set namedweight correcly for QtFont.
This commit is contained in:
parent
934aaf80c6
commit
186a831482
@ -691,7 +691,7 @@ class QtFont(Font):
|
|||||||
match = self.font_regex.match(value)
|
match = self.font_regex.match(value)
|
||||||
style = match.group('style')
|
style = match.group('style')
|
||||||
weight = match.group('weight')
|
weight = match.group('weight')
|
||||||
namedweight = match.group('weight')
|
namedweight = match.group('namedweight')
|
||||||
size = match.group('size')
|
size = match.group('size')
|
||||||
family = match.group('family')
|
family = match.group('family')
|
||||||
if style:
|
if style:
|
||||||
|
Loading…
Reference in New Issue
Block a user