-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
请问如何给字体导入外部字体包 How can I import the font package externally? #342
Comments
Title: How can I import the font package externally? new_text_layer = doc.artLayers.add() |
你需要先安装字体到系统才行 |
You need to install the font to the system first |
谢谢! |
Thanks! |
new_text_layer = doc.artLayers.add()
new_text_layer.textItem.font = fontpath
我使用这个并不奏效
This doesn’t work for me
The text was updated successfully, but these errors were encountered: