PdfTextStyle
Unofficial
Style information for a text item in a PDF page.
Import:
import type { PdfTextStyle } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface PdfTextStyleProperties
| Property | Type | Description | |
|---|---|---|---|
| ascent | number | Ascent of the font. | |
| descent | number | Descent of the font. | |
| fontFamily | string | Font family name. | |
| vertical | boolean | Whether the text is vertical. |
Links to this page: