I am trying to install Java 9 on Ubuntu 18.04 as I heard it could work as a solution for super small font of Qt Creator.
However, when I type in the terminal:
sudo apt install openjdk-9-jdk
I get the below error:
Unable to locate package openjdk-9-jdk
openjdk-9-jdk has been replaced by openjdk-11-jdk in Ubuntu 18.04. To install it open the terminal and type:
I don't expect this will fix the font size problem because Qt Creator doesn't have any Java version as a dependency.
My fonts in Qt Creator look OK with the following preferences.
Open Qt Creator.
Select Tools -> Options.
From the left pane of the Options window select Text Editor as shown in the below screenshot.
Select Fonts & Colors tab.
Under the Font heading after where it says Family: select Source Code Pro from the dropdown menu as marked by the mouse cursor in the below screenshot. After where it says Size: select 10 from the dropdown menu. Font size 10 is the best font size in my Qt Creator. If the font size still looks too small after continuing through the steps to step 6, select 11 or 12 instead of 10 from the dropdown menu.
Click the Apply button and then click the OK button to save the changes.