mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-04 19:55:32 +00:00
It's like ScaledFont::with_size(), except that it guarantees that the result is non-null and ScaledFont. (Smart pointers don't allow covariant return types, else we could just narrow down the return type of with_size() while still overriding the base method.) No behavior change.