Re: convert line height value from pixel to pt

2001-11-22 Thread Peter B. West
lpkhoo, Just on the point of pixel conversion - there is no rigorously defined value for pixel. The FOP code assumes 1 point per pixel, but the actual size is up to the implementation and the medium, and may vary in the vertical and horizontal directions. Users are warned in the spec agains

Re: convert line height value from pixel to pt

2001-11-22 Thread Keiron Liddle
The line height is converted into points the same way that all other units are converted. The problem is that the actual line height in the output is incorrect. It sets the line height to the lineheight - half leading (depends on the font) which is wrong. The line stacking is not done correctl