Hello,
I have been able to extract font from a PDF, extract text then use the font to display text on screen. (using skia sharp for display)
However I can’t do the same if the font encoding is custom or built-in. Chara…... Do you have such font in TTF or any format? If yes, would...new FontDefinition(FontType.TTF, ss); var ttfFont = Font.Open(fd)...