Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Fonts in SQL Developer

BerndLOct 7 2020

Hello,
Not too long ago I had Source Code Pro as the font of choice in SQL Developer. Somehow it doesn't show up any more as available. The same with JetBrains Mono, Fira Code, Hasklig, Ubuntu Mono, Meslo...
What kind of fonts does SQL Developer support? I'm working with SQL Developer 17.4.1.054.0712 under Java 1.8.0_201 and SQL Developer 20.2.0.175.1842.
Thanks in advance, Bernd

Comments

it should be working with any font installed on your machine

we make a call to the OS asking for a list of Fonts, basically

I just added the Hack and Inconsolata fonts on my mac, and had no issues
image.png

BerndL

Strange. I'm here on Windows 10 Pro 1909.
The only font that SQL Developer offers from the ones I installed additionally (apart from the system-provided ones) is Hack (after restarting Windows). None of the others is available. Notepad++ lets me choose each and every installed font.
Any idea what might be causing this?

I mean, it sounds like a bug - i just can't reproduce it.

And no, in case anyone's wondering, we don't support ligatures

image.png

unleashed

Jeff, sorry to drag up an older thread. I'm having this same problem. I have SQL developer 20.2 on Win 10. this is a new Win10 on which I do not have administrator privs. On my old Win 7 that allows administrator privs, all the new fonts installed showed up in SQL developer. But on this Win 10 they do not. By chance could it be SQL developer looking at fonts installed by an admin instead of those only installed by a lowly user?
Thanks.

thatJeffSmith-Oracle

maybe..in 20.4 we SHIP the HACK font with the app, try that.

Erik Trip - Darwin IT

I had the same issue with the Jetbrains font, Resinstalling them as administrator solved the issue.
Regards Erik

User_ONSOG

I can confirm @erik-trip-darwin-it analysis.
That should be considered as a bug @thatjeffsmith-oracle ; sqldev should really be able to access user's fonts at it is natively a portable application so user oriented.

User_A0N79

Windows 10, Oracle SQL Developer, Version 21.4.1.349 Build 349.1822. As shown below, “Install for all users” makes the difference.

Before:

After:

Cheikh Mohamed Tidiane Diack

I've tried this with Ubuntu mono and Fira code on Win11

It works perfectly !

Thanks a lot

1 - 9

Post Details

Added on Oct 7 2020
9 comments
9,467 views