MeasuredFormTextField
data class MeasuredFormTextField(val name: String, val value: String, val multiline: Boolean, val fontSizePt: Float, val size: Size) : MeasuredNode
Measurement result for a com.conamobile.pdfkmp.node.FormTextFieldNode.
Carries the resolved name/value plus the font size the static fallback and the JVM widget's default appearance should both use, so the visual box and the interactive overlay stay in sync.