Font file in plugin

已回答
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

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

请先登录再写评论。