Font file in plugin

Answered
How can I include a font file in the Intellij plugin project and use it in theme. Could you please clarify where to include the file and where in xml can I reference it?
0
1 comment

Editor/UI Font is not part of customization via Theme plugins. You can possibly expose a bundled font via java.awt.Font#createFont but results might differ compared to using font installed in OS.

0

Please sign in to leave a comment.