1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-03 08:38:39 +00:00
This commit is contained in:
Lu Wang 2012-09-22 00:00:08 +08:00
parent 278890f759
commit cf1c1a2108

View File

@ -254,9 +254,6 @@ void ffw_metric(double * ascent, double * descent, int * em_size)
*ascent = *descent = 0;
}
int a = bb.maxy;
int d = bb.miny;
sf->ascent = min(floor(bb.maxy+0.5), em);
sf->descent = em - bb.maxy;