Type alias WellKnownName

WellKnownName: "circle" | "square" | "triangle" | "star" | "cross" | "x" | "shape://vertline" | "shape://horline" | "shape://slash" | "shape://backslash" | "shape://dot" | "shape://plus" | "shape://times" | "shape://oarrow" | "shape://carrow" | FontSpec

Supported WellKnownNames Note that due to TypeScript limitations any string will be valid for this type; this will not change until regexp or equivalent is supported, see: https://github.com/microsoft/TypeScript/issues/6579

Generated using TypeDoc