Login  Register

Re: TextRendered with uninstalled font ?

Posted by phil1234 on Oct 12, 2016; 9:54am
URL: https://forum.jogamp.org/TextRendered-with-uninstalled-font-tp4037315p4037316.html

answer:

Font font = Font.createFont( Font.TRUETYPE_FONT, new File(fileName) );
            return font.deriveFont(format,size);