I'm using Delphi 4/5 and have am trying to fill a RichEdit
control with both European characters and Thai characters -
while I can change character colours the font stays with
what was selected for the control:-
reLangB.SelAttributes.Color :=dCol;
reLangB.SelAttributes.Name :=FontName[dLang];
reLangB.SelAttributes.Charset :=FontChar[dLang];
reLangB.SelAttributes.Style :=[];
reLangB.Lines.Add(dText);
The FontName and FontChar arrays contain the font info, and
using a similar method for Captions and EditBoexes works!
Anybody any ideas?
Thanx in advance!
No Answer is Posted For this Question
Be the First to Post Answer
How to Get the local internet machine name and IP address?
Explain ODBC Constraints ?
How to use the Find Error entry under the search heading of the menu bar?
How can I change the drive that MediaPlayer uses to play Audio ?
How to Hide the application from the Windows Taskbar?
How to Connect to a remote CORBA server?
How to Insert a file at the cursor ?
How to Retrieve a users login name ?
Why is there no "Save" button in the save dialog box?
what is the use of TSocketDispatcher?
How does Delphi handle Windows callbacks?
How to Make the drop-down list appear faster?