Hi,
I use Borland C++ Builder 6 and I have two problems:
1. wchar_t wc = 0x3BD;
RichEdit1->Lines->Add(wc);
RichEdit displays "957" instead of Greek letter nu.
What I do wrong?
***
2. If I do this, font for all text is changed:
RichEdit1->Font->Name="Times New Roman";
How can I change font for only one line in RichEdit.
Can someone help, please?
I use Borland C++ Builder 6 and I have two problems:
1. wchar_t wc = 0x3BD;
RichEdit1->Lines->Add(wc);
RichEdit displays "957" instead of Greek letter nu.
What I do wrong?
***
2. If I do this, font for all text is changed:
RichEdit1->Font->Name="Times New Roman";
How can I change font for only one line in RichEdit.
Can someone help, please?