Example #1
0
 public void antialias(boolean theAntialias) {
   _myFont.antialias(theAntialias);
 }