Hello,
thanks for the quick reply.
I created the fonts as you suggested, still the cyrillic letters aren't showing in the PDF. Here's the part of the code:
Dim centralEuropeHelveticaRegularFont As Global.ceTe.DynamicPDF.Font = New Helvetica(Global.ceTe.DynamicPDF.Text.Encoder.CentralEurope)
Dim centralEuropeHelveticaBoldFont As Global.ceTe.DynamicPDF.Font = New HelveticaBold(Global.ceTe.DynamicPDF.Text.Encoder.CentralEurope)
Dim centralEuropeHelveticaItalicFont As Global.ceTe.DynamicPDF.Font = New HelveticaOblique(Global.ceTe.DynamicPDF.Text.Encoder.CentralEurope)
Dim centralEuropeHelveticaBoldItalicFont As Global.ceTe.DynamicPDF.Font = New HelveticaBoldOblique(Global.ceTe.DynamicPDF.Text.Encoder.CentralEurope)
Dim fontFamily As Global.ceTe.DynamicPDF.FontFamily = New Global.ceTe.DynamicPDF.FontFamily("fontFamily", centralEuropeHelveticaRegularFont, centralEuropeHelveticaBoldFont, centralEuropeHelveticaItalicFont, centralEuropeHelveticaBoldItalicFont)
Dim style7 As FormattedTextAreaStyle = New FormattedTextAreaStyle(fontFamily, 7.0F, True)
Dim style8 As FormattedTextAreaStyle = New FormattedTextAreaStyle(fontFamily, 8.0F, True)
Dim style9 As FormattedTextAreaStyle = New FormattedTextAreaStyle(fontFamily, 9.0F, True)
Dim style10 As FormattedTextAreaStyle = New FormattedTextAreaStyle(fontFamily, 10.0F, True)
Dim textMain As String = "Магнитен прах протокол от изпитването"
currentPage.Elements.Add(New Label(textMain, PD.LeftMargin, currentY + 12.0F, PD.Width - PD.RightMargin * 3, 12.0F, centralEuropeHelveticaBoldFont, 12.0F, Global.ceTe.DynamicPDF.TextAlign.Center))
I hope you can help me out there.
With best regards
Maren