Topic: Problem with fonts in EditView


Author: wyfung@cs.hku.hk (Chloe Fung)
Date: Sun, 5 Feb 1995 16:09:24 GMT
Raw View
I try to write a text editor using Borland C++ 4.02, where I
derive a class from TEditView.  I hope to display different
parts of the text file in different fonts.  I find using
SetTextColor, TextOut.. does not work.  Can anyone tell me
which functions eg in TEditView or TEdit I should concern
if I want to achieve my goal?  Or should I have to create a
new class by myself instead of using TEditView?

Thank you in advance for your kindest help.

Chloe