Textfields

Hi, need to override the drawing of text in Juce in a couple of components. they all utilizes graphics.drawText, could it be possible that the drawText function in graphics could use the lookAnd feel or similar so that i could specify the draw routine.

Regards

Jonas

Well no… drawText is a low level drawing method. You can just override the paint method and do it yourself if you can’t find a way to do it with a custom l+f.