fjvallarino/monomer

How to draw colored text

Opened this issue · 2 comments

Is it possible to draw colored text in Monomer or should I try make a widget like the OpenGL example?

You can set font parameters using StyleState:

label "This label is now red" `styleBasic` [textColor red]