07-03-2025, 03:36 PM
(07-02-2025, 10:24 PM)SMcNeill Wrote:I have a followup question - I notice there's no _UFontWidth, so for monospace we should use _FontWidth and for non-fixed-width fonts _UPRINTWIDTH ?(07-02-2025, 08:48 PM)madscijr Wrote: Steve, why do you use _UFontHeight instead of _FontHeight? _FontHeight is working for me, just curious why the different function?Okay, here's the skivvy on those two functions:
_UFontHeight doesn't do that. Instead, it looks at the *base* of the font and makes the size according to that. In many cases, those values will match, or only be 1 or 2 pixels different.

