@cesdk/engine 1.40.0-rc.0 → 1.40.0-rc.2
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/assets/core/{cesdk-v1.40.0-rc.0-OX5LD5BO.wasm → cesdk-v1.40.0-rc.2-3CZF72ZJ.wasm} +0 -0
- package/assets/core/{worker-host-v1.40.0-rc.0.js → worker-host-v1.40.0-rc.2.js} +1 -1
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.40.0-rc.0-XHZXX7DG.data → cesdk-v1.40.0-rc.2-XHZXX7DG.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -2188,6 +2188,7 @@ export declare class BlockAPI {
|
|
|
2188
2188
|
getTextFontWeights(id: DesignBlockId, from?: number, to?: number): FontWeight[];
|
|
2189
2189
|
/**
|
|
2190
2190
|
* Sets the given font size for the text block.
|
|
2191
|
+
* If the font size is applied to the entire text block, its font size property will be updated.
|
|
2191
2192
|
* Required scope: 'text/character'
|
|
2192
2193
|
* @param block - The text block whose font size should be changed.
|
|
2193
2194
|
* @param fontSize - The new font size.
|