Files
luos/gulliver/thirdparty/html2ps_pdf/postscript/table.row.ps
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00

21 lines
422 B
PostScript

% $Header: /cvsroot/html2ps/postscript/table.row.ps,v 1.1 2005/12/18 07:21:38 Konstantin Exp $
/get-row-baseline { % => Row
% Calculate maximal baseline for each cell contained
% Cell baseline is the baseline of its first line box
{
get-content
dup length 0 gt {
0 get
get-baseline
max
} {
pop
} ifelse
}
exch
0 exch
reduce
} def