Pdf |
| Member name | Value | Description | ||
|---|---|---|---|---|
| Default | 0 | Indicates that the PdfFormattedText lays out text by using default primitive implementation. | ||
| WPF | 1 | Indicates that the PdfFormattedText lays out text by using Windows Presentation Foundation (WPF) implementation and ideal font metrics. | ||
| WPFDisplay | 2 | Indicates that the PdfFormattedText lays out text by using Windows Presentation Foundation (WPF) implementation and GDI-compatible font metrics. | ||
| HarfBuzz | 3 | Indicates that the PdfFormattedText lays out text by using HarfBuzz text-shaping engine.
|