trichview.support
Re: Ignore if linespcing is smaller than 100. |
Author |
Message |
Sergey Tkachenko |
Posted: 05/06/2002 11:45:35 I tried - for me, preview, printing and editor look the same. Some difference in preview may be caused by scaling, rounding errors and differences in resolutions Well, you can easily remove the limitation on 100% minimum. Open CRVFData.pas, find procedure TCustomRVFormattedData.FinishScreenLine and change << rvlsPercent: begin if pi.LineSpacing>100 then begin >> to << rvlsPercent: begin if pi.LineSpacing>0 then begin >> > i need not overlapping lines of text... > but, linespacing of data of former days established by 90 . > And, I called data. > > old RichEdit pagecount and > new TRichviewEdit pagecount > > is not same. > Need so. > > What solution is? > > So > LineSpacing := 100; > SpaceBefore := -2; > SpaceAfter := -1; > > Did so , overlapping lines of text... > But, preview is not overlapping lines of text. > Printed materials printed well. |
Powered by ABC Amber Outlook Express Converter