@mlightcad/mtext-renderer 0.8.9 → 0.8.11
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.
- package/LICENSE +21 -21
- package/README.md +523 -523
- package/dist/index.js +1458 -1438
- package/dist/index.umd.cjs +7 -7
- package/dist/mtext-renderer-worker.js +1212 -1193
- package/lib/index.d.ts +1 -0
- package/lib/renderer/mtextProcessor.d.ts +5 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -189,6 +189,11 @@ export declare class MTextProcessor {
|
|
|
189
189
|
private processGeometries;
|
|
190
190
|
private processWord;
|
|
191
191
|
private processStack;
|
|
192
|
+
/**
|
|
193
|
+
* Convert a legacy top-anchored vOffset (used by stack/sub/sup logic) into
|
|
194
|
+
* the current baseline-anchored coordinate system.
|
|
195
|
+
*/
|
|
196
|
+
private convertTopAlignedVOffset;
|
|
192
197
|
private processBlank;
|
|
193
198
|
private recordLineBreak;
|
|
194
199
|
private processChar;
|