import * as docxml from "https://deno.land/x/docxml@5.5.1/src/utilities/length.ts";
Functions
f cm | Converts centimeters to any of the other units of length. |
f emu | Converts English metric units to any of the other units of length. |
f hpt | Converts half-points to any of the other units of length. |
f inch | Converts inches to any of the other units of length. |
f opt | Converts 8th-points to any of the other units of length. |
f pt | Converts points to any of the other units of length. |
f twip | Converts twentieth-points to any of the other units of length. |
Type Aliases
An object that describes a size or length in various cross-computable units. Useful for telling the library how centimeters you would like one thing to be, while the one thing is defined as twentieth- points, EMU's or ostriches behind the scenes. |