New font type in java

In my work, we must use a certain type of font, this is Futura std.

I have a JFrame where I write, and I need to do with this type of font. I have an OTF document, but I cannot find a way to import it into my code.

+3
source share
1 answer

You tried to check this answer about OTF in Java:

How to use a custom font in Java and Use OTF in Java

I think this may help you.

+7
source

All Articles