diff --git a/cheatsheet/snapshot.html b/cheatsheet/snapshot.html index b60acee..00a8a4d 100644 --- a/cheatsheet/snapshot.html +++ b/cheatsheet/snapshot.html @@ -120,8 +120,8 @@

2D

polygon([points]) polygon([points],[paths]) - text(t, size, font, direction, language, script, -
     halign, valign, spacing) + text(text, size, font, direction, language, script, +
     halign, valign, spacing, em)
import("….extformats: DXF|SVG", center, convexity) projection(cut) @@ -239,8 +239,8 @@

Functions

version version_num parent_module(idx) - textmetrics(t, size, font,
     halign, valign, spacing,
     direction, language, script)
- fontmetrics(size, font) + textmetrics(text, size, font,
     direction, language, script,
     halign, valign, spacing, em)
+ fontmetrics(size, font, em)

Mathematical