I need a little hand, I'm with swing
and to apply a font to a text I can only enter the classic parameters:
Font despues= new Font(estilo,Font.ITALIC,tamaño);
The fact is that I need to use 2 font styles at the same time, specifically italic and bold.
Thank you.