Reference
Components
Font
Description
Creates a Font from a typeface, font size and style. The typeface is the name of the font face e.g. Arial or Tahoma. Size is the height of the
text in grid squares (it is not a point size).
Style can be any combination of the following strings (in any order):
normal, bold, italic, underline, strike
Examples
bolditalic, underlineboldstrike, italicunderline
You can leave the style parameter out and a regular style will be assumed.
Connectors
Inputs Type Outputs Type
Font typeface name (default
is Arial)
String The font
Font
Font size in grid
squares
Float
Style (see Description
above)
String
130 of 494