Navigation :
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
Examples
// Example: label
show label "My Label" a1b1 { size: 1 }
// Example: scalar
myValue = 123
show scalar "My Scalar" a1b1 { size: 1 } with
myValue