--- textimage.module	2008-02-12 13:11:58.000000000 +1000
+++ textimage-fontlist.module	2008-02-12 13:25:25.000000000 +1000
@@ -311,6 +311,12 @@ function textimage_preset_edit($preset_i
     '#collapsible' => TRUE,
     '#collapsed' => FALSE,
   );
+  
+  foreach($font_options as $font=>$options) {
+	$font_options[$font] = strtolower($font_options[$font]);
+  }
+  asort($font_options);
+
   $form['settings']['text']['font'] = array(
     '#type' => 'select',
     '#title' => t('Font'),
