3637383940414243444546
} public void draw(ADXGraphics g, String str, int x, int y, Color color) { int c; CharDescriptor d; ADXFont currentFont = lFonts.get(0); int xDraw = x; int yDraw = y; Color colorDraw = color; float angleDraw = 0;
171172173174175176177178179180181
return base; } public int[] getLineWidth(String str) { int c; CharDescriptor d; ADXFont currentFont = lFonts.get(0); String[] split = str.split("\\n"); String strDraw; int[] width = new int[split.length]; for (int i = 0; i < width.length; i++) {