[Problem]
In ADT, it is actually Java in eclipseCodeIn the display, Chinese characters are displayed normally, but the font is small and ugly:
We hope to find the font setting and change it to another font, so we can have a better look.
[Solution process]
1. As I have known before, the ADT itself is actually eclipse, so the Chinese font here is actually an ugly problem in the Java code of Eclipse.
Therefore, you need to find the corresponding font settings.
2. I finally found the corresponding location:
That is:
Window-> preferences-> General-> appearance-> colors and fonts-> JAVA editor text font
The default value is las 10.
Edit the font and set it to Microsoft yahei ):
Then click apply:
At this point, we can see that all the fonts in the Java code have become, and the corresponding Chinese fonts are much better:
Click OK to close the window. The settings are complete.
[Summary]
The Chinese font in the code in ADT is small and ugly. It is actually to modify the font of the Java code in Eclipse:
Window-> preferences-> General-> appearance-> colors and fonts-> JAVA editor text font-> Edit
Change to Microsoft yahei on the 10th to make Chinese look good.
Address: http://www.crifan.com/adt_eclipse_chinese_char_show_not_good_font_very_small/