Skip to content

PdfTextStyle

Unofficial

Style information for a text item in a PDF page.

Import:

import type { PdfTextStyle } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface PdfTextStyle

Properties

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: