public FontWriterAndReader(ConfirmDelegate confirm, ShowErrorDelegate showError)
 {
     Confirm   = confirm;
     ShowError = showError;
 }