Interface IFontRegistry
Package: @aurigma/design-atoms-text
Properties
textWhizzFontRegistry
Declaration
textWhizzFontRegistry: TextWhizz.FontRegistry;
Property Value
| Type | Description |
|---|---|
| TextWhizz.FontRegistry |
Methods
containsFonts(psNames)
Declaration
containsFonts(psNames: string[]): boolean;
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | psNames |
Returns
| Type | Description |
|---|---|
| boolean |
loadFonts(psNames)
Declaration
loadFonts(psNames: string[]): Promise<void>;
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | psNames |
Returns
| Type | Description |
|---|---|
| Promise<void> |