Interface: TextDefaults
Document-wide text defaults applied to PdfPage.text and PdfPage.textBlock when the corresponding option is omitted on the call. Per-call options always take precedence.
Properties
| Property | Type | Description |
|---|---|---|
bold? | boolean | Default bold flag. |
color? | ColorInput | Default text color. |
direction? | TextDirection | Default text direction. |
font? | PdfFont | Default font (built-in name, embedded handle, or registered family name). |
fontSize? | number | Default font size in PDF points. |
italic? | boolean | Default italic flag. |
kerning? | boolean | Default kerning behavior. |