ladybird/Userland
Idan Horowitz 08d1b16a8d LibGfx: Always load font widths array and use it for glyph presence
Since we were always saving the glyph widths array to the font file, we
now also always load it, even on (which also simplifies the logic a bit)
fixed width fonts. We also set it initially to 0 instead of the default
fixed width, which allows us to use it to check for glyph presence in
both fixed width and variable width fonts.
2021-04-18 22:10:25 +02:00
..
Applets Network.Applet: Avoid JsonObject copy and use StringBuilder::appendff() 2021-04-17 01:27:29 +02:00
Applications FontEditor: Update GlyphMap on font type change 2021-04-18 18:57:35 +02:00
Demos Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
DevTools HackStudio: Add ability to set hardware watchpoints on variables 2021-04-18 17:02:40 +02:00
DynamicLoader LibC+LibELF: Implement support for the dl_iterate_phdr helper 2021-04-18 10:55:25 +02:00
Games Everywhere: Add -Wdouble-promotion warning 2021-04-16 19:01:54 +02:00
Libraries LibGfx: Always load font widths array and use it for glyph presence 2021-04-18 22:10:25 +02:00
Services LibJS: Implement console.assert() 2021-04-18 18:28:17 +02:00
Shell Everything: Add -Wnon-virtual-dtor flag 2021-04-15 20:57:13 +02:00
Tests Tests: Fix test-math expected values 2021-04-18 21:41:17 +02:00
Utilities LibJS: Implement console.assert() 2021-04-18 18:28:17 +02:00
CMakeLists.txt Userland: Rename *.MenuApplet => *.Applet 2021-04-04 16:29:55 +02:00