Merge pull request #151 from zhoujingfu/catalogue
feat: font size setting api
This commit is contained in:
@@ -113,6 +113,14 @@ instance.command.executeFormat()
|
||||
instance.command.executeFont(font: string)
|
||||
```
|
||||
|
||||
## executeSize
|
||||
功能:设置字号
|
||||
|
||||
用法:
|
||||
```javascript
|
||||
instance.command.executeSize(size: number)
|
||||
```
|
||||
|
||||
## executeSizeAdd
|
||||
功能:增大字号
|
||||
|
||||
|
||||
Reference in New Issue
Block a user