improved ExtTxtOut: support for char dist array

git-svn-id: trunk@2365 -
This commit is contained in:
mattias 2002-08-17 23:41:18 +00:00
parent 6ee16ccdf5
commit 12180be05d

View File

@ -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;