public static int calcTextWidth(Paint paint, String demoText) { return (int) paint.measureText(demoText);
確定! 回上一頁