Namespace: PdfSharp.Pdf
Specifies the embedding options of an XFont when converted into PDF. Font embedding is not optional anymore. So Always is the only option.
public enum PdfFontEmbedding
Inheritance Object → ValueType → Enum → PdfFontEmbedding
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| Always | 0 | All fonts are embedded. |
| Full | 256 | Embed the full font, not a subset |
| None | 257 | Fonts are not embedded. This is not an option anymore. |
| Default | 258 | Unicode fonts are embedded, WinAnsi fonts are not embedded. |
| Automatic | 259 | Not yet implemented. |