Line spacing went crazy

  • I have an application compiled on 2005 10 24, that uses WPTools V. 4.25. This application reads rtf documents generated with another application that also uses V. 4.25.

    All of a sudden (until this week) my old reading application began to show some documents with huge spacing between lines.

    If I copy some of these lines, paste them to Word from Microsoft and check paragraph properties, it appears that spacing is set to "minimum 50 points".

    How can I solve this problem, what properties to I have to change in my rtf documents, or in my old reading application?

    Kind regards.

    Carlos Borrero

    • Offizieller Beitrag

    Hi,

    In WPWrtRTF.PAS you should find this code:

    p := StrEPCopy(p, '0'); had been inserted into the last published edition, because Word does not handle the 1000 as the RTF standard specifies.

    Julian