| Commit-Queue | +1 |
Aryan KrishnanThe CL seems fine as a mechanical change, but maybe this should actually use NormalizeFontMetric() instead. There's multiple uses of it in the same file.
I assume you meant replace EmAdjust with NormalizeFontMetric. Done, also repurposed the <cmath> include for `std::roundll()` as a way to combine the + 0.5 and static_cast<> steps.
#include <cmath>Aryan KrishnanUnrelated to this CL, but maybe for std::abs()?
Not sure what you meant but the import was just me experimenting with `std::roundll()`, which I now added in the latest patchset.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Aryan KrishnanThe CL seems fine as a mechanical change, but maybe this should actually use NormalizeFontMetric() instead. There's multiple uses of it in the same file.
I assume you meant replace EmAdjust with NormalizeFontMetric. Done, also repurposed the <cmath> include for `std::roundll()` as a way to combine the + 0.5 and static_cast<> steps.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |