[glyf] Change side-bearing rounding
This commit is contained in:
parent
0a295fcde6
commit
6665881c7d
|
@ -284,8 +284,8 @@ struct glyf_accelerator_t
|
||||||
hmtx->get_side_bearing (gid);
|
hmtx->get_side_bearing (gid);
|
||||||
|
|
||||||
return is_vertical
|
return is_vertical
|
||||||
? ceilf (phantoms[glyf_impl::PHANTOM_TOP].y) - extents.y_bearing
|
? roundf (phantoms[glyf_impl::PHANTOM_TOP].y) - extents.y_bearing
|
||||||
: floorf (phantoms[glyf_impl::PHANTOM_LEFT].x);
|
: roundf (phantoms[glyf_impl::PHANTOM_LEFT].x);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue