Hello
Extended Font Pack, available for download contains MyriadPro-Regular.otf font that has cyrillic glyphs.
I want to generate PDF document with cyrillic unicode data that can refer to the MyriadPro-Regular font resource without embedding font.
Are Extended Font Pack resources CID keyed fonts or not?
Looks like such example of PDF structure allowed me to use it only in ANSI encoding
'Type':'/Font',
'Subtype':'/Type1',
'Name': '/MyriadPro-Regular' ,
'BaseFont': '/MyriadPro-Regular',
'Encoding': '/WinAnsiEncoding',
What values should be for `Subtype` and `Encoding` to render cyrillic unicode (UTF-8 encoded) data and use MyriadPro-Regular Open Type downloaded from adobe and installed into local system without embedding it?
Thanks