FontRenderContext frc = g2d.getFontRenderContext();
//String font_name = RipperFontSelector.choose_font.choice.getSelectedItem();
//Log.log(font_name);
int size = 256;
Font font = new Font(font_name, font_style, size);
GlyphVector gv = font.createGlyphVector(frc, "" + (char) number);
shape_array[number] = gv.getOutline();
// Possibly process them - extracting statistics, etc...
// Extract the curves from the shapes...