Make decorator captions respect LookAndFeel's font#115
Make decorator captions respect LookAndFeel's font#115isnotinvain wants to merge 1 commit intoffAudio:mainfrom
Conversation
| g.setColour (captionColour); | ||
|
|
||
| g.setFont (captionSize * 0.8f); | ||
| g.setFont (lookAndFeel.getPopupMenuFont().withHeight (captionSize * 0.8f)); |
There was a problem hiding this comment.
we probably need to add getCaptionFont() to look and feel?
|
Thanks for the suggestion. |
|
Ya, better direct support for custom fonts would be great! |
No description provided.