Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UnderlineStyle

Define what the underline looks like.

Hierarchy

  • UnderlineStyle

Index

Properties

bowing

Determines how curvy the line is.

lift

lift: number

Numerical value to set how high above the bottom of the bounding box the underline is (in pixels).

roughness

roughness: number

Numerical value indicating how rough the drawing is. A rectangle with the roughness of 0 would be a perfect rectangle.

There is no upper limit to this value, but a value over 10 is mostly useless.

stroke

stroke: string

String value representing the color of the drawn objects.

strokeWidth

strokeWidth: number

Numerical value to set the width of the strokes (in pixels).

Can be specicied in any of the ways to describe color in CSS.

Generated using TypeDoc