eda_sys_font_manager_delete_font
Removes a specified font from the font list in EasyEDA Pro. Use this tool to delete unwanted fonts; it returns whether the deletion succeeded.
Instructions
sys_FontManager.deleteFont(fontName: string) -> Promise 删除字体列表内的指定字体 returns: 删除操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |