From 12180be05dc3b862bc7e8274a5ad5e4c5cd792e8 Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 17 Aug 2002 23:41:18 +0000 Subject: [PATCH] improved ExtTxtOut: support for char dist array git-svn-id: trunk@2365 - --- components/synedit/synedit.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/synedit/synedit.pp b/components/synedit/synedit.pp index 7347bd6994..9b41720dce 100644 --- a/components/synedit/synedit.pp +++ b/components/synedit/synedit.pp @@ -3451,7 +3451,7 @@ begin inherited Font := fFontDummy; end; end; - writeln(' TCustomSynEdit.SetFont E "',Font.Name,'" Height=',Font.Height,' AveCW=',AveCW,' MaxCW=',MaxCW); + writeln(' TCustomSynEdit.SetFont E "',Font.Name,'" Height=',Font.Height,' AveCW=',AveCW,' MaxCW=',MaxCW,' CharWidth=',CharWidth); if fGutter.ShowLineNumbers then GutterChanged(Self); end;