StyleCode Property: size

size

Controls the size of the affected tile or entry. 0 is the neutral size and depending of the context various positive and negative values are supported

Applies to Type Default
label
scalar
Number 0

Examples

// Example: label
show label "My Label" a1b1 { size: 1 }

// Example: scalar
myValue = 123

show scalar "My Scalar" a1b1 { size: 1 } with
  myValue

User Contributed Notes
0 notes + add a note