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

PropertyTypeDescription
ascentnumberAscent of the font.
descentnumberDescent of the font.
fontFamilystringFont family name.
verticalbooleanWhether the text is vertical.

Links to this page: