Buuuut FontView and all the Chrome apps support it, it works on the mac...
Posts made by thom
-
RE: Variable CFFposted in Feature Requests
-
Variable CFFposted in Feature Requests
Hallo!
*** DrawBot warning: install font: The file is not a recognized or supported font file format. ***
What does it take to support Variable CFF in DrawBot? Can we add FreeType? #wishfulthinking
Thom
-
RE: What's the main difference between py2 vs py3?posted in General Discussion
I noticed today iterate a dict works also different.
While translating scripts from py2 to py3 this was a thing...If the keys are integers in py2 they will be sorted.
In py3 the will stay in order as appended to dict.print {1:"A",0:"B"} > {0: 'B', 1: 'A'}vs
print({1:"A",0:"B"}) > {1: 'A', 0: 'B'}(also it seems
print()is not coloured in snippet) -
From app to this forum.posted in Feature Requests
Link to this forum in the app would be nice.
Maybe also a upload to forum thingy?
Just thinking out loud... -
RE: Stephen Nixon's blogified class notes: a useful beginners' DrawBot tutorialposted in Tutorials
print "hello"You still teaching them Py2?

