Hallo, habe mir ein TTF File runtergeladen und will es jetzt nutzen! Es liegt im Verzeichnis fonts/brd.ttf.
So möchte ich es realisieren:
File textfont = new File("fonts/brd.ttf");
Font textstyle = new Font(null, Font.BOLD, 12);
textstyle.createFont(Font.TRUETYPE_FONT, textfont);
myLabel.setFont(textstyle);
Ich kann es ohne Porbleme kompiliern. Allerdings ist die Schriftart des Labels unverändert!
THX schonmal
JaVa
So möchte ich es realisieren:
File textfont = new File("fonts/brd.ttf");
Font textstyle = new Font(null, Font.BOLD, 12);
textstyle.createFont(Font.TRUETYPE_FONT, textfont);
myLabel.setFont(textstyle);
Ich kann es ohne Porbleme kompiliern. Allerdings ist die Schriftart des Labels unverändert!
THX schonmal
JaVa