fontpath-vecmath
Some vector utilities for dealing with font glyph positioning in 2D and 3D space.
API
var util = ;var Font = ; var glyph = Fontglyphs"A"; var matrix = util; //example using canvas context.setTransformvar val = matrixval;var scale = val0 xoff = val6 yoff = val7;context; //... draw some paths ...
demo
For more detailed examples, see the demos in fontpath-shape2d.