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
import vcs x=vcs.init() x.addfont("FFF_Tusj.ttf")
error:
--------------------------------------------------------------------------- vcsError Traceback (most recent call last) <ipython-input-6-5fcc821c4fd4> in <module>() ----> 1 x.addfont("FFF_Tusj.ttf") /git/vcs/vcs/Canvas.pyc in addfont(self, path, name) 5646 vcs.elements["fontNumber"][i] = name 5647 if len(nms) == 0: -> 5648 raise vcsError('No font Loaded') 5649 elif len(nms) > 1: 5650 return nms vcsError: No font Loaded
FFF-Tusj.zip
The text was updated successfully, but these errors were encountered:
moved elements fucntion to managelement file
612b01e
fix #343 you can now load a font fix #345 you can change the default font
7497d02
doutriaux1
No branches or pull requests
error:
FFF-Tusj.zip
The text was updated successfully, but these errors were encountered: