drawstring
How do I write rows and columns with drawString in Java
public void drawboard(Graphics g){ g.setColor(Color.yellow); for (int row = 0; row < board.length; row++){[详细]
2022-12-19 02:52 分类:问答Black border around characters when draw Image to a transparent Bitmap
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.[详细]
2022-12-09 15:17 分类:问答