Files
ladybird/Userland/Libraries/LibGUI/TextEditor.cpp
Sam Atkins b5e1babc26 LibGUI: Create TextAttributes for unspanned text once, not repeatedly
Also, stop unnecessarily creating a RefPtr for the unspanned font - just
use `font()`, which returns a reference.
2023-02-28 13:23:55 +01:00

81 KiB