draw Lyrics Line
fun ERROR CLASS: Symbol not found for DrawScope.drawLyricsLine(lineLayouts: List<List<SyllableLayout>>, currentTimeMs: Int, color: ERROR CLASS: Symbol not found for Color, blendMode: ERROR CLASS: Symbol not found for BlendMode, isRtl: Boolean, showDebugRectangles: Boolean = false, atlasManager: SdfAtlasManager? = null)
Draws a multi-row lyrics line into the canvas. Handles row wrapping, padding, and applying the karaoke progress gradient.
Parameters
line Layouts
The pre-calculated layout of syllables, organized by rows.
current Time Ms
The current playback time in milliseconds.
color
The base text color.
blend Mode
The blend mode to use for drawing.
is Rtl
Whether the layout direction is Right-to-Left.
show Debug Rectangles
Whether to draw debug outlines around glyphs.
atlas Manager
The SDF atlas manager for rendering text.