UNPKG

pixi.js

Version:

<p align="center"> <a href="https://pixijs.com" target="_blank" rel="noopener noreferrer"> <img height="150" src="https://files.pixijs.download/branding/pixijs-logo-transparent-dark.svg?v=1" alt="PixiJS logo"> </a> </p> <br/> <p align="center">

11 lines (10 loc) 432 B
/** @internal */ export declare const FontStylePromiseCache: Map<string, Promise<string>>; /** * takes the font families and returns a css string that can be injected into a style tag * It will contain the font families and the font urls encoded as base64 * @param fontFamilies - The font families to load * @returns - The css string * @internal */ export declare function getFontCss(fontFamilies: string[]): Promise<string>;