To address a recent change in how Mudlet calculates font sizes on non-standard DPI scales—which has made calcFontSize unreliable—you need to apply a short-term fix by hardcoding the font size for the Vitals display. Since Vitals is the only custom font element affected, simply open the code where the Vitals function is defined and insert the highlighted line from the screenshot to manually set the font size. This ensures consistent appearance until a longer-term solution is implemented.

To address a recent change in how Mudlet calculates font sizes on non-standard DPI scales—which has made calcFontSize unreliable—you need to apply a short-term fix by hardcoding the font size for the Vitals display. Since Vitals is the only custom font element affected, simply open the code where the Vitals function is defined and insert the highlighted line from the screenshot to manually set the font size. This ensures consistent appearance until a longer-term solution is implemented.