Reputation: 10385
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.
I'm using android studio 3.5.3.
Upvotes: 1
Views: 541
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.
Upvotes: 2