pub const MAX_FONT_SIZE: f32 = 100_000.0;
Maximum font size in pixels to prevent DoS attacks.
Set very high (100K px) to catch only obvious attacks while allowing legitimate large-format rendering use cases.