| property LineHeightMethod: TLineHeightMethod; |
| lhmLinesPerInch, lhmFont for TRvSystem |
| This property returns or sets the current method for calculating line heights. If equal to lhmLinesPerInch, then the LinesPerInch property determines the line height. If equal to lhmFont, then the current font determines the line height when a new line is generated. If equal to lhmUser the line height will not change unless the user changes LineHeight directly. |
| RvNDRWriter1.LineHeightMethod := lhmFont; |
| RvNDRWriter1->LineHeightMethod = lhmFont;
|
|