PropertyComponents and LookAndFeel

Instead of re-inventing the wheel I’ve found PropertyComponents / PropertyPanel to be useful for generating plug-ins settings.

However, it seems very limiting for custom design.
Is there a way I can set my own font for all elements within a property or panel?

Also there’s no way I’ve found setting ColourId for the BooleanProperty ToggleButton.

Am I missing something? is anyone been able to use it and customize it or getting Projucer like settings is the closest I can get without modifying within JUCE own code…

Resolved (I hope for most of it),
For future reference, should’ve read more carefully. LookAndFeel can provide changing colours within a Component recursively.

Now to see how I can change fonts…