UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

8 lines (7 loc) 296 B
import type { TextStyle } from '../../TextStyle'; /** * Generates a font style string to use for `TextMetrics.measureFont()`. * @param style * @returns Font style string, for passing to `TextMetrics.measureFont()` */ export declare function fontStringFromTextStyle(style: TextStyle): string;