@mlightcad/mtext-renderer 0.2.4 → 0.2.5
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/dist/index.js +312 -309
- package/dist/index.umd.cjs +2 -2
- package/dist/renderer/mtextProcessor.d.ts +2 -0
- package/package.json +1 -1
|
@@ -69,6 +69,8 @@ export declare class MTextProcessor {
|
|
|
69
69
|
private _currentOverline;
|
|
70
70
|
private _currentStrikeThrough;
|
|
71
71
|
private _currentObliqueAngle;
|
|
72
|
+
private _currentItalic;
|
|
73
|
+
private _currentBold;
|
|
72
74
|
/**
|
|
73
75
|
* Construct one instance of this class and initialize some properties with default values.
|
|
74
76
|
* @param style Input text style
|