Skip to content

v0.8.0

Compare
Choose a tag to compare
@anthrotype anthrotype released this 03 Jun 10:20
v0.8.0
e9a5c5d
  • Added bounds and controlPointBounds properties to Layer and Font objects, like in defcon API.
    These return the union of the (xMin, yMin, xMax, yMax) bounding boxes of all the glyphs in a layer, or in the default layer for Font object.
    boundscomputes a tight bounding box at the curves' extrema, while controlPointBounds only takes into account the control points (#82).