getLineSpacing

fun getLineSpacing(forUndo: Boolean): Float?

Returns the line spacing value for undo or redo operations.

Return

The line spacing value, or null if not set.

Parameters

forUndo

If true, returns the old line spacing (for undo); if false, returns the new line spacing (for redo).