
Use tenth of grid size as small move value (metric system only).Īdded new SDK option for Windows printers to redirect output to a file.

New SDK option zpl-comments to enable ZPL comments (default: off). Anti-alias for image scaling has been disabled.Horizontal and vertical lines are no longer anti-aliased.Added Zip compression, which is now the default compression of the embedded image.Cropping is enabled by default, but can be turned off by using SDK option zpl-image-crop. LerpUnclamped(): Linearly interpolates between 2 given values by a third unclamped value (TFO-11914).Lerp(): Linearly interpolates between 2 given values by a third value which is between 0 and 1 (TFO-11914).Clamp01(): Clamps a given value between 0 and 1 (TFO-11914).Clamp(): Clamps a given value between the given minimum and maximum values (TFO-11914).Floor(): Computes the greatest integer less than or equal to a given number (TFO-11914).Ceil(): Computes the smallest integer that is greater than or equal to a given number (TFO-11914).Max(): Returns the maximum of two given values (TFO-11914).


Min(): Returns the minimum of two given values (TFO-11914).TextToHex(): Converts text to a specific encoding and encodes it as a hexadecimal string.DecToHex(): Converts a decimal number to a hexadecimal string.

AnsiToHex(): Converts text to ANSI and encodes it as a hexadecimal string.
