Version 1, Update 106
New:
Figma now supports customizing underlines. The following changes were made to support getting and setting new underline features:
- textDecorationStyle, textDecorationOffset, textDecorationThickness, textDecorationColor, and textDecorationSkipInk are now supported on TextNode
- Added support for textDecorationStyle, textDecorationOffset, textDecorationThickness, textDecorationColor, and textDecorationSkipInk in getStyledTextSegments()
- Added ranged getters getRangeTextDecorationStyle(), getRangeTextDecorationOffset(), getRangeTextDecorationThickness(), getRangeTextDecorationColor(), and getRangeTextDecorationSkipInk().
- Added ranged setters setRangeTextDecorationStyle(), setRangeTextDecorationOffset(), setRangeTextDecorationThickness(), setRangeTextDecorationColor(), and setRangeTextDecorationSkipInk().