RenderingHints.VALUE_TEXT_ANTIALIAS_ON );
graphics2D.setBackground( new Color( 233, 233, 166 ) );
graphics2D.setColor( Color.BLACK );
graphics2D.clearRect( 0, 0, bufferedImage.getWidth(), bufferedImage.getHeight() );
graphics2D.setStroke( new BasicStroke( 2.0f ) );
graphics2D.drawRect( 0, 0, bufferedImage.getWidth(), bufferedImage.getHeight() );
Font font = new Font( "Arial Unicode MS", Font.BOLD, 40 );
FontRenderContext fontRenderContext = graphics2D.getFontRenderContext();