RichEdit Font

In this category you can exchange your programming questions and solutions.
Post Reply
Darren
Posts: 63
Joined: Wed May 11, 2011 11:55 am

RichEdit Font

Post: # 760Post Darren
Fri Sep 23, 2011 12:04 pm

Does anybody know how to set the font to "Lucida Console"
in a RichEdit control?

I have tried....

Font = "Lucida Console"

But this does not work.

Thanks in advance!!!

Marco
Site Admin
Posts: 246
Joined: Sat Sep 15, 2018 8:41 pm

RichEdit Font

Post: # 761Post Marco
Fri Sep 23, 2011 3:41 pm

font.name=.......
or
richedit.font.name=.....

best regards

Post Reply