}
else
{
FontSelectorDialog fsdInput = new FontSelectorDialog(parentEkit.getFrame(), Translatrix.getTranslationString("FontDialogTitle"), true, "face", parentEkit.getTextPane().getSelectedText());
String newFace = new String(fsdInput.getFontName());
fsdInput.dispose();
if(newFace != null)
{
ActionEvent ae2 = new ActionEvent(parentEkit.getTextPane(), ae.getID(), newFace, ae.getWhen(), ae.getModifiers());
StyledEditorKit.FontFamilyAction newFontFamilyAction = new StyledEditorKit.FontFamilyAction("fontFamilyAction", newFace);
newFontFamilyAction.actionPerformed(ae2);