toBorder set font size

I am using the toBorder in a binding on a label and want to set the font size from the default 12pt to 11pt. I did not see a font size option in any of the border styles. Is there one?

This is my current binding:
if({Root Container.ntxtL2BBLs.intValue}=0,
toBorder(“linetitled;12oz Production Time L2;1;black;center;black;Dialog”),
toBorder(“linetitled;12oz Production Time L2;1;(255,0,0);center;black;Dialog”))

Yes, like this:

toBorder("lineTitled;Hello World;1;black;1;2;red;font(Dialog,BoldItalic,14)")

on order of arguments that is:

Title
Line width
Line color
Title justification
Title position
Font color
Font

Valid arguments for the middle argument for the font are:
Plain
Bold
Italic
BoldItalic

1 Like