(prepared: PreparedText)
| 690 | } |
| 691 | |
| 692 | function getInternalPrepared(prepared: PreparedText): InternalPreparedText { |
| 693 | return prepared as InternalPreparedText |
| 694 | } |
| 695 | |
| 696 | // Layout prepared text at a given max width and caller-provided lineHeight. |
| 697 | // Pure arithmetic on cached widths — no canvas calls, no DOM reads, no string |
no outgoing calls
no test coverage detected
searching dependent graphs…