FontId Type
FontId = number
An unsigned integer uniquely identifying a font family in the context of an IModel.
The iModel stores a mapping between FontId
s and FontFamilyDescriptors.
TextStrings refer to fonts by the their FontId
s.
A font Id of zero represents an invalid/non-existent font.
@see IModelDbFonts to work with font Ids.
Defined in
- core/common/src/Fonts.ts Line 42
Last Updated: 18 January, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.