LabelBandGeometry
The geometry of the caption band.
Import:
import type { LabelBandGeometry } from 'obsidian-integration-testing';Signature:
export interface LabelBandGeometryProperties
| Property | Type | Description |
|---|---|---|
| fontSizeInPixels | number | Font size for the caption, in pixels. |
| heightInPixels | number | Height of the band, in pixels. |
| topInPixels | number | Distance from the top of the image to the top of the band, in pixels. |
Links to this page: