Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! I’m wondering if its possible to turn off kerning.
Best!
t = "AVA" font("Garamond") fontSize(200) text(t, (10, 10)) openTypeFeatures(kern=False) text(t, (10, 200))
Of course! Thanks a lot!