fixed font in TRichEdit

Giganews Newsgroups
Subject:fixed font in TRichEdit
Posted by: Tom Obenschain (tobenscha…@yahoo.com)
Date:Tue, 31 Jul 2007

Is there any way to set TRichEdit to a fixed font?

  Font.Name = 'Lucida Console'
  Font.Pitch = fpFixed
  ParentFont = False

The above do not help.

Thanks
Tom Obenschain

Replies