1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/Userland/Libraries/LibTTF
Nicholas-Baron 73dd293ec4 Everywhere: Add -Wdouble-promotion warning
This warning informs of float-to-double conversions. The best solution
seems to be to do math *either* in 32-bit *or* in 64-bit, and only to
cross over when absolutely necessary.
2021-04-16 19:01:54 +02:00
..
CMakeLists.txt LibTTF: Interpret font names from Windows platform as UTF-16BE 2021-02-16 17:32:42 +01:00
Cmap.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Cmap.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
Font.cpp Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) 2021-03-12 17:29:37 +01:00
Font.h Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
Glyf.cpp Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Glyf.h Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
Tables.h LibTTF: Interpret font names from Windows platform as UTF-16BE 2021-02-16 17:32:42 +01:00