On screen, if I set the font for a text field to be Courier new, I can insert into that symbols and even emojis (on a Mac)
They display on screen correctly.
Here is one: ⦿
If I create a PDF using DynaPDFMBS and set the font in this fashion:
Call pdf.SetFontAnsi ("Courier New", pdf.kfsNormal, 10 , True, pdf.kcpunicode)
Then inserting a character which is symbolic (unicode, has 3 bytes eg E2A6 BF when viewed in the debugger)
…generates a PDF Exception : Glyph not available.
Is there a way to make the onscreen symbol appear in the PDF?