For some reason, I need to get the font names of selected text in TRichEdit. This code works fine if user is only using 1 font :
ShowMessage(redt1.SelAttributes.Name);
but now user is using more than 1 font. I scanned the properties of RichEdit but failed to find functions that will help me address the problem. Its already taking me some time. How can I get the fonts names of selected text?