Hi,
I am searching for an example to use a TTF Font as font subset in PDF but without UTF16 encoding.
Is this even possible?
Something similar to
7 0 obj | |
<</Type /Font /Subtype /Type0 /BaseFont /AAAAAD+Arial/Encoding /Identity-H /DescendantFonts [9 0 R]/ToUnicode 8 0 R>> |
9 0 obj | |
<</Type /Font /Subtype /CIDFontType2 /BaseFont /AAAAAD+Arial /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> /FontDescriptor 11 0 R /W [... |
But how does the rest should look like?
Thank you in advanced