I think the only 2 ways to do this are: 1. Use TRichEdit, but I've never had much luck getting the colours etc. working reliably!!
2. Create a new TLabel/TStaticText for each letter on the fly with the required attributes. Having said that, there may be a 3rd party component somewhere. Feras Al-Qadi <[EMAIL PROTECTED]> wrote: > I want the user to enter a word, > The same word will be displayed in Black Font Color > Again under the first word the same word will be printed but each Character > with Different color, > > Both words font will be the same size, and the characters should be aligned > under each other for the two words > > The font for both words will be always the same and the end user can change > the font type,size,style . > > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi > _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

