Blazor-PDF
Blazor-PDF copied to clipboard
KhmerText, KhmerUnicode is not rendering correctly script
// Test Khmer Font
BaseFont khmerFont = BaseFont.CreateFont(@"Assets/KhmerOSBattambang-Regular.ttf", BaseFont.CP1252, BaseFont.EMBEDDED);
Font font = new Font(khmerFont, 14);
string khmerText = "αααααα·ααΈαα·ααααΆ";
pdf.Add(new Paragraph(khmerText, font));
When I change to BaseFont.IDENTITY_H. It is showing, but not properly script