Enum PdfFontEncoding
Specifies the encoding schema used for an XFont when converting into PDF.
public enum PdfFontEncoding
Fields
Automatic = 0Lets PDFsharp decide which encoding is used when drawing text depending on the used characters.
Unicode = 2Causes a font to use Unicode encoding to encode text rendered with this font.
WinAnsi = 1Causes a font to use Windows-1252 encoding to encode text rendered with this font.