WrappedLine

data class WrappedLine(val syllables: List<SyllableLayout>, val totalWidth: Float)

Constructors

Link copied to clipboard
constructor(syllables: List<SyllableLayout>, totalWidth: Float)

Properties

Link copied to clipboard
Link copied to clipboard