made warning more specific
This commit is contained in:
parent
4a5c838b5b
commit
7eff97e08b
@ -1513,7 +1513,7 @@ class FontDictCompiler(TopDictCompiler):
|
||||
if getattr(dictObj, name, None) != default:
|
||||
ignoredNames.append(name)
|
||||
if ignoredNames:
|
||||
log.warning("Some CFF Dict keys were ignored upon compile: " +
|
||||
log.warning("Some CFF FontDict keys were ignored upon compile: " +
|
||||
" ".join(sorted(ignoredNames)))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user