summaryrefslogtreecommitdiff
path: root/Base/res/fonts/MarietaRegular36.font
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-05-24 08:18:34 +0200
committerAndreas Kling <kling@serenityos.org>2021-05-24 08:18:34 +0200
commit8f2425125e79240d2ff9161297438b4012de826f (patch)
treec978b7cad959ecfea50ff388102eacf629691e40 /Base/res/fonts/MarietaRegular36.font
parent22d877843782086da2c0e12495f13f6c4bc6b4f7 (diff)
downloadserenity-8f2425125e79240d2ff9161297438b4012de826f.zip
LibGfx+Base: Tweak bitmap fonts to ensure glyph data is 4-byte aligned
When building userland with UBSAN enabled (#7434), we were getting spammed to death by unaligned access errors. Fix these by adding 2 bytes of padding to the FontFileHeader struct, and adjusting all our font files to match the new format. :^)
Diffstat (limited to 'Base/res/fonts/MarietaRegular36.font')
-rw-r--r--Base/res/fonts/MarietaRegular36.fontbin37198 -> 37200 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/fonts/MarietaRegular36.font b/Base/res/fonts/MarietaRegular36.font
index 850fce272c..6038115b9d 100644
--- a/Base/res/fonts/MarietaRegular36.font
+++ b/Base/res/fonts/MarietaRegular36.font
Binary files differ