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.

Constructors

Link copied to clipboard
constructor(name: String, value: String, multiline: Boolean, fontSizePt: Float, size: Size)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val size: Size

Final size of the node within its parent.

Link copied to clipboard