@mlightcad/data-model 1.2.24 → 1.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -96,8 +96,8 @@ export interface AcDbFontInfo {
|
|
|
96
96
|
name: string[];
|
|
97
97
|
/** Font file name */
|
|
98
98
|
file: string;
|
|
99
|
-
/** Font type (
|
|
100
|
-
type: '
|
|
99
|
+
/** Font type (mesh or shx) */
|
|
100
|
+
type: 'mesh' | 'shx';
|
|
101
101
|
/** URL for loading the font */
|
|
102
102
|
url: string;
|
|
103
103
|
}
|