Benedikt Bramböck
Benedikt Bramböck
Ah, great. Thanks for the help. So **SelectFont** is definitely not the right choice when I want to have a UI with a list of fonts to choose from then....
Ran into a problem similar to the one above and can confirm that adding this fixed it for me: > I followed the advice here and opened my `~/.bash_profile` to...
Do you know what is happening here @typemytype?
Stumbled across the same problem recently too. I helped myself with this quickly amended version of your remove_list-of_glyphs.py script. ```python from vanilla.dialogs import * from mojo.UI import AskString from fontTools.designspaceLib...
This is still a problem in 10.11.6 and the most recent versions of Drawbot and the Drawbot Extension. Maybe @typemytype knows more about this?
That sounds extensive. Maybe explicitly setting this to False already solves it? https://github.com/robotools/vanilla/blob/873d9832da66fc085591beea4f04c998b4dd04c1/Documentation/source/conf.py#L130-L132
Input and output values might be flipped. Then again, it might be difficult to detect which values are the correct ones.
hello, I just ran into this issue again and found the pull request here - thanks @frankrolf and @josh-hadley for working on this 🖤. Can’t wait to have this improvement...
Running into pretty much the same problem. Has there been any progress on how to deal with this contradiction in the meantime?
> @arialcrime have you assigned 250 to Thin and 275 to ExtraLight? if so, set them to 200 and 300. Thanks Marc. Any particular reason why these values don’t follow...