Double Underline of font family "Calibri" doesn't look match after exporting to PDF
Steps to get this issue.
A. Insert double underline (═══) in the rich text box. ( RichTextBox.Commands.InsertTextCommand.Execute(\u2550); )
B. Change the font to "Calibri" and font size to 10.
C.Export into pdf using PdfFormatProvider.Export
You could see the double underline in PDF looks longer that what we see in the rich text box.
If the double underline (═══) is set to "Times New Roman"it matches the PDF export
Is it some thing to do with the font family ?
Regards
Anand