I have a numeric meter control in my project. I have the "digital display" visible. Is it possible to change the font color of just the digital display, without chaning the font color of the meter tick numbers?
Background color works nicely, without affecting the rest of the control:
SetCtrlAttribute(panel,control,ATTR_TEXT_BGCOLOR,VAL_RED);
But a ATTR_TEXT_COLOR change will also turn the rest of the meter font that color.