mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 01:20:59 +00:00
The `float => double => float` round trip seen in a couple of places might pessimize the code. Even if it's truncated to an int in the end, it's weird not to use the functions with the `f` suffixes when working with single precision floats. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Cmap.cpp | ||
| Cmap.h | ||
| Font.cpp | ||
| Font.h | ||
| Glyf.cpp | ||
| Glyf.h | ||
| Tables.h | ||