PDFsharp-net6

PdfFontEncoding

Namespace: PdfSharp.Pdf

Specifies the encoding schema used for an XFont when converted into PDF.

public enum PdfFontEncoding

Inheritance ObjectValueTypeEnumPdfFontEncoding
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
WinAnsi 0 Cause a font to use Windows-1252 encoding to encode text rendered with this font. Same as Windows1252 encoding.
Unicode 1 Cause a font to use Unicode encoding to encode text rendered with this font.