The render mode defines how the glyphs are being rendered.

Enumeration Members

Enumeration Members

Fill: "Fill"

This will render the fill of the glyphs only. This is the default rendering mode.

FillAndOutline: "FillAndOutline"

This will render first the fill and then the outline of the glyphs. Separate colours can be configured.

Outline: "Outline"

The outline will only stroke the outline of the glyphs.

Generated using TypeDoc