1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:37:34 +00:00
serenity/Userland/Libraries/LibTTF
LuK1337 a552c3bc8c LibTTF: Use en-us naming table if available
Some fonts tend to have multiple naming tables, namely MS-Gothic has
3 tables: [macintosh, ja], [windows, en-us], [windows, ja].
2021-07-09 20:16:33 +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: codepoint => code point 2021-06-01 10:01:11 +02:00
Cmap.h Everywhere: codepoint => code point 2021-06-01 10:01:11 +02:00
Font.cpp LibTTF: Use en-us naming table if available 2021-07-09 20:16:33 +02:00
Font.h LibTTF: Memory map TTF fonts instead of reading them into heap memory 2021-07-04 21:34:26 +02:00
Glyf.cpp Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Glyf.h Everywhere: Don't promote float to double where not needed 2021-07-08 10:11:00 +02:00
Tables.h LibTTF: Use en-us naming table if available 2021-07-09 20:16:33 +02:00