Files
ladybird/Userland/Libraries/LibGfx/Font/ScaledFont.cpp
Andreas Kling 44025e837f LibGfx: Use float when calculating text width in ScaledFont
This fixes an issue where we'd truncate the fractional part of each
glyph width, often making the returned width slightly too short.
2022-07-09 22:16:18 +02:00

3.3 KiB