getBackspaces

fun getBackspaces(pixels: Int): String

Builds a string of space glyphs shifting the cursor by pixels: positive → right (forward), negative → left (back-space), 0 → empty.