mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-27 05:48:20 +01:00
Try a different system info identifier for Unicode fonts.
This commit is contained in:
parent
9ec7c8bde9
commit
db8be28ff6
@ -1440,9 +1440,9 @@ pdfioFileCreateFontObjFromFile(
|
|||||||
return (NULL);
|
return (NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
// CIDSystemInfo mapping to Adobe Identity (Unicode)
|
// CIDSystemInfo mapping to Adobe UCS2 v0 (Unicode)
|
||||||
pdfioDictSetString(sidict, "Registry", "Adobe");
|
pdfioDictSetString(sidict, "Registry", "Adobe");
|
||||||
pdfioDictSetString(sidict, "Ordering", "Identity");
|
pdfioDictSetString(sidict, "Ordering", "UCS2");
|
||||||
pdfioDictSetNumber(sidict, "Supplement", 0);
|
pdfioDictSetNumber(sidict, "Supplement", 0);
|
||||||
|
|
||||||
// Then the dictionary for the CID base font...
|
// Then the dictionary for the CID base font...
|
||||||
|
Loading…
Reference in New Issue
Block a user