PdfTextFormattingMode Enum
Defines the formatting methods supported by the PdfFormattedText class.
Fields
| Default | Indicates that the PdfFormattedText lays out text by using default primitive implementation. |
| HarfBuzz | Indicates that the PdfFormattedText lays out text by using HarfBuzz text-shaping engine. noteMake sure your project also references the appropriate HarfBuzzSharp.NativeAssets.* NuGet package depending on the platform on which you are building/running your application. |
| WPF | Indicates that the PdfFormattedText lays out text by using Windows Presentation Foundation (WPF) implementation and ideal font metrics. |
| WPFDisplay | Indicates that the PdfFormattedText lays out text by using Windows Presentation Foundation (WPF) implementation and GDI-compatible font metrics. |