Reputation: 23
I would like to know how I can install new sources to the fonts properties in netbeans
Here I leave an image: https://i.sstatic.net/FH1HG.jpg
Upvotes: 2
Views: 11162
Reputation: 1
To install fonts in NetBeans, follow these steps:
Download the fonts:
Install the fonts on your operating system:
C:\Windows\Fonts
folder.~/.fonts
or /usr/share/fonts
folder.Restart NetBeans:
Select the font in NetBeans:
Tools > Options > Fonts & Colors
.For me it works. Enjoy it!
Upvotes: 0
Reputation: 4884
Edit netbeans.conf file which is located in C:\Program Files\NetBeans8.2\etc\netbeans.conf
Search for netbeans_default_options
in netbeans.conf
file
Add -J-Dawt.useSystemAAFontSettings=on
to the end of the netbeans_default_options
Now you can use system fonts in Netbeans. So change your font in Tools > Options > Fonts & Colors
Upvotes: 3
Reputation: 431
Tools > Options > Fonts & Colours > Syntax
Category: default
Font: ([...]) > Select Font
Adding them to the .fonts/ directory
Upvotes: 0