Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Javadoc's popup font size

Tags:

eclipse

I have Eclipse Juno running on my Fedora 17.

When I hover over a function / variable in Eclipse, a box pops up that contains information about that function with the font size of about 30 or 40 units. I have really searched hard to reduce the font size but I JUST CAN'T.

Why am I having this issue?

I know where font settings are for Eclipse IDE. I've changed and tested all options in there to see which might change the font, but none do.

like image 610
Sudhanshu Avatar asked Mar 04 '13 12:03

Sudhanshu


1 Answers

The answer from @tobias_k in the comments helped me get to the correct settings for the dialog box. I'm reproducing it here for easy reference to anyone.

Preferences -> Appearance -> Colors and Fonts -> Java -> Javadoc Display Font

This should get you where you need to be. Just to clarify, that popup for documentation is considered a dialog box so it checks the dialog box font size for this.

like image 50
Sudhanshu Avatar answered Oct 12 '22 00:10

Sudhanshu