You can scale panels, and bitmap fonts are scaled with it, but not truetype fonts.

panel_name.scale_x
panel_name.scale_y

You can also scale the video window, which also automatically scales any UI, but I'm not sure how that would look when reducing resolution. It works nicely when going from lower resolution to higher.

video_window(VECTOR* pos,VECTOR* size,var style,STRING* title)