public void textFont(PFont oPFont, float size)
 {
     currentFont = new Font(oPFont.GetFontName(), size);
 }
 // TEXTFONT *************************
 public void textFont(PFont oPFont)
 {
     currentFont = new Font(oPFont.GetFontName(), oPFont.GetFontSize());
 }