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