VSB
VSB

Reputation: 10385

Change font/style of JavaDoc in Android Studio

Android studio default style for JavaDoc have some problem with Persian(Iranian) comments; The default font set for JavaDocs in Persian is not suitable and is not friendly readable that much. I wonder when I can change this font or its style?

As you can see in the picture I've looked inside Settings --> Editor --> Code Style --> Java -->JavaDoc but there is no settings for changing font and style.enter image description here

I'm using android studio 3.5.3.

Upvotes: 1

Views: 541

Answers (1)

Koyasha
Koyasha

Reputation: 6827

Try disabling italics for doc comments under File | Settings | Editor | Color Scheme | Language Defaults > Comments > Doc comment > Text.

Also try setting a different IDE font (main and fallback) under File | Settings | Editor | Font.

enter image description here

Upvotes: 2

Related Questions