Renames Symbol encoding name.
This commit is contained in:
parent
f7b2b2e1f2
commit
104d89856d
@ -960,7 +960,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||||||
// The Symbolic attribute can be misused for regular fonts
|
// The Symbolic attribute can be misused for regular fonts
|
||||||
// Heuristic: we have to check if the font is a standard one also
|
// Heuristic: we have to check if the font is a standard one also
|
||||||
if (!!(flags & FontFlags.Symbolic)) {
|
if (!!(flags & FontFlags.Symbolic)) {
|
||||||
baseEncoding = !properties.file ? Encodings.symbolsEncoding :
|
baseEncoding = !properties.file ? Encodings.SymbolSetEncoding :
|
||||||
Encodings.MacRomanEncoding;
|
Encodings.MacRomanEncoding;
|
||||||
}
|
}
|
||||||
if (dict.has('Encoding')) {
|
if (dict.has('Encoding')) {
|
||||||
|
@ -226,8 +226,8 @@ var Encodings = {
|
|||||||
'oacute', 'ocircumflex', 'otilde', 'odieresis', 'divide', 'oslash',
|
'oacute', 'ocircumflex', 'otilde', 'odieresis', 'divide', 'oslash',
|
||||||
'ugrave', 'uacute', 'ucircumflex', 'udieresis', 'yacute', 'thorn',
|
'ugrave', 'uacute', 'ucircumflex', 'udieresis', 'yacute', 'thorn',
|
||||||
'ydieresis'],
|
'ydieresis'],
|
||||||
symbolsEncoding: ['', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
|
SymbolSetEncoding: ['', '', '', '', '', '', '', '', '', '', '', '', '', '',
|
||||||
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
|
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
|
||||||
'space', 'exclam', 'universal', 'numbersign', 'existential', 'percent',
|
'space', 'exclam', 'universal', 'numbersign', 'existential', 'percent',
|
||||||
'ampersand', 'suchthat', 'parenleft', 'parenright', 'asteriskmath', 'plus',
|
'ampersand', 'suchthat', 'parenleft', 'parenright', 'asteriskmath', 'plus',
|
||||||
'comma', 'minus', 'period', 'slash', 'zero', 'one', 'two', 'three', 'four',
|
'comma', 'minus', 'period', 'slash', 'zero', 'one', 'two', 'three', 'four',
|
||||||
|
Loading…
Reference in New Issue
Block a user