Esempio n. 1
0
 // TEXTFONT *************************
 public void textFont(PFont oPFont)
 {
     currentFont = new Font(oPFont.GetFontName(), oPFont.GetFontSize());
 }