Added - Experimental support for limited keyboard layout remapping via command line -kl argument
0.11.2
Added - `Font.instances` to get variable font instance information - `coldtype instances font=<font-search>` tool - `ººBLENDERINGºº` variable to quickly know if your code is running in blender or as a blender-renderer - `P.trim_start` and `P.trim_end` to quickly drop points from either end of a curve Changed - `P.boxCurveTo` `factor=` keyword now expects float, not int Fixed - Updated coldtype-fontgoggles to latest to avoid Windows thinking it could do objc
0.11.1
Fixed - Make sure coldtype.drawbot does not require skia-python (via incorrect import) - try/except for filmjitter in coldtype.raster - Don’t enable audio if audio can’t be enabled (print instructions on enabling audio instead)
0.11.0
Huge update, attempting to future proof things Added - External dependency on coldtype/fontgoggles fork (instead of out-of-date inlined fontgoggles fork) Fixed - Gonna be honest — fixed lots of stuff, should’ve been writing down what I was fixing!
0.10.22
Added - `Rect.fit_aspect` for easily getting an aspect inscribed by a rect - version lock on python-bidi
0.10.21
Added - `use_skia_pathops_draw=False` kwarg override for `P.removeOverlap` to make sure we don't get all-off-curve+None quadratics in situations where we don't know how to convert that to cubics (i.e. in Blender)