When you notice that the pdf is rendered with a wrong font, it probably means that the pdf uses a font that is not embedded in the pdf.
In this case the SDK uses a default font to show the content, which may seems different.
You can either embed the font to the pdf, or -if you cannot modify the pdf to embed the font-, you can use the SDK to add the font, the steps are:
PDFGlobal.FontFileListAdd(inst_path + "\\Assets\\font\\YOUR_FONT.ttf");
PDFGlobal.FontFileMapping("ORIGINAL_FONT", "YOUR_FONT");
RadaeePDF SDK for Windows 10
Wrong fonts' rendering and adding your own fonts (Android)
Created : 2017-02-01 11:11:11, Last Modified : 2018-02-07 09:29:00