We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有望利用脚本功能实现一个自定义画笔的功能。实际上自定义画笔即是把某个画笔的参数进行“记忆”,待调用时就无需再靠用户手动调整参数了。
举例来说,如果常用宽度为10和宽度为30的普通画笔,那么可分别建立两个自定义画笔,代表这两种情况下的普通画笔。如此,只需设定快捷键即可快速在两种笔间切换。
The text was updated successfully, but these errors were encountered:
liuyanghejerry
No branches or pull requests
有望利用脚本功能实现一个自定义画笔的功能。实际上自定义画笔即是把某个画笔的参数进行“记忆”,待调用时就无需再靠用户手动调整参数了。
举例来说,如果常用宽度为10和宽度为30的普通画笔,那么可分别建立两个自定义画笔,代表这两种情况下的普通画笔。如此,只需设定快捷键即可快速在两种笔间切换。
The text was updated successfully, but these errors were encountered: