Beispiel #1
0
 protected void setTextSize(int h) {
   mpTextSize = h;
   ((Graphics3D) mG).setFont(((Graphics3D) mG).getFont3D(h));
 }