How Nova will handle odd rectangle sizes
Nova allows you, via the intf resource, to set the data area rectangles. Most of us know that. What fewer of us know, however, is what Nova does with larger or smaller rectangles. I would assume that if it's bigger than the data, it will stick it in the center, but just how? I'm assuming it finds the center based on the static text, then plugs in the variable text; this makes sense. But does it do the same with small ones, i.e. put the center of the text in the center of the rectangle and stretch it out based on that? Or am I totally wrong and it doesn't center it at all?
In case you're wondering, I felt like making an intf editor because I wanted to make the preview mechanism, hence why I'd like to know; I want it to be as accurate as possible.
As a side note, if the font specified on Mac isn't on the guy's confuser, what does Nova do? Default to Geneva? System font? Die?