It would be awesome to be able to use formulas to choose fonts in a text component.
You can partially do this already using the BB code in the Text module, for example to switch a font based on a formula you can do this:
- Create 2 font globals, call them "font1" and "font2"
- Then in the text write something like "[f=$if(something, "font1", "font2")$]MyText[/f]"
Doing so will change My Text font based on a condition.
Is this what you were looking for?