exportFontByName Method
Export a single font from the source iModel.
exportFontByName(fontName: string): Promise<void>
@note multiple fonts can have the same font name, if a font with a specific type is needed use exportFontByFontFamilyDescriptor. If not this will only export the first font with this type in the db.
| Parameter | Type | Description |
|---|---|---|
| fontName | string |
Returns - Promise
Defined in
Last Updated: 03 August, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.