Closed michaelrsweet closed 3 years ago
Committed very basic support - still needs to build a font descriptor, Widths array, etc.
Added my minimal TrueType/OpenType support. Still needs more work for full Unicode text support.
Well, I have everything in there that should be needed for full Unicode, but I'm still getting some rendering issues with the NotoSansJP font I'm testing with. I've created issue #16 to track these issues.
Implement
pdfioFileCreateFontObjFromFile
for TrueType/OpenType font files.Need to also determine how best to support multiple typefaces from
ttc
/otc
(collection) files, since a single font stream object could potentially be referenced by multiple font descriptors (one file contains multiple styles).