예제 #1
0
 @Override
 public boolean isPrintableChar(char c) {
   return FontFactory.isPrintableChar(c);
 }