In my job we have to use an specific font type, is Futura std medium.
I have a JFrame where I write, and I need to do with this font type. I have the OTF document, but I cant find the way to import it in my code.
In my job we have to use an specific font type, is Futura std medium.
I have a JFrame where I write, and I need to do with this font type. I have the OTF document, but I cant find the way to import it in my code.
Did you try to check this answer about OTF in Java :
How to use Custom Font in Java and Use OTF in Java
I think it could help you.