7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
|
import { IFontFace } from './IRawStyleBase';
|
||
|
/**
|
||
|
* Registers a font face.
|
||
|
* @public
|
||
|
*/
|
||
|
export declare function fontFace(font: IFontFace): void;
|