Lines splits a given block of text into separate lines.
(txt string)
| 22 | |
| 23 | // Lines splits a given block of text into separate lines. |
| 24 | Lines(txt string) []string |
| 25 | |
| 26 | // Box returns the bounding box of the given non-multiline text where: |
| 27 | // - width is the horizontal space from the origin. |
no outgoing calls