@gferreira i didn't know you could specifiy path inside font() command. thank you -- this is exactly what i needed!
loweredcase
@loweredcase
0
Reputation
2
Posts
41
Profile views
0
Followers
0
Following
Best posts made by loweredcase
This user hasn't posted anything yet.
Latest posts made by loweredcase
-
RE: Tutorial Request : Test Install/Uninstall a .ttf
-
Tutorial Request : Test Install/Uninstall a .ttf
Hi! I am wondering how to test install a .ttf -- and for Drawbot to install that .ttf only for the current drawing process, then uninstall it.
i.e. a simple script/something like:
install the font
set the font style
draw some text with that installed font
uninstall the fontIf I am understanding correctly installFont(path) is for .otfs (?), and I should be using fontTools somehow in the script to set path, install/uninstall. I'm pretty new to all of this so I just have no clue how this should be written (and why that way) -- any help/insights would be greatly appreciated!