Skip to content

API Reference / @gtkx/cairo / FallbackResolution

Type Alias: FallbackResolution

FallbackResolution = object

Defined in: types.d.ts:195

The resolution a surface falls back to when it rasterizes vector content.

Properties

xPixelsPerInch

xPixelsPerInch: number

Defined in: types.d.ts:197

Horizontal pixels per inch.


yPixelsPerInch

yPixelsPerInch: number

Defined in: types.d.ts:199

Vertical pixels per inch.

Released under the MPL-2.0 License.