public void drawboard(Graphics g){ g.setColor(Color.yellow); for (int row = 0; row < board.length; row++){
I have to draw a String on a transparent bitmap at first, then draw A to destination canvas. However on certain case, there is black border around the characters.