As you said, LabVIEW does not resize fonts when it resizes objects when resizing the front panel (sometimes your really don't want to - I've been on both sides of this argument). However, you can resize fonts programatically using the FontSize property of the text in question. If your version of LabVIEW is new enough, use the Panel Resize event on the VI to determine when you need to resize the fonts. If you don't have a new enough LabVIEW version, poll every 100ms or so to determine if your panel size has changed.