|
|
@ -5190,7 +5190,7 @@ var PartialEvaluator = (function partialEvaluator() { |
|
|
|
if (isRef(df)) |
|
|
|
if (isRef(df)) |
|
|
|
df = xref.fetch(df); |
|
|
|
df = xref.fetch(df); |
|
|
|
|
|
|
|
|
|
|
|
dict = xref.fetch(isRef(df) ? df : df[0]); |
|
|
|
dict = xref.fetchIfRef(isRef(df) ? df : df[0]); |
|
|
|
|
|
|
|
|
|
|
|
type = dict.get('Subtype'); |
|
|
|
type = dict.get('Subtype'); |
|
|
|
assertWellFormed(isName(type), 'invalid font Subtype'); |
|
|
|
assertWellFormed(isName(type), 'invalid font Subtype'); |
|
|
|