Originally posted by karajorma
How would you go about selecting a different size in FRED?
You don't, it's done in the code. At least for all interface stuff. Whenever something is set to be drawn to screen you call gr_set_font() to set FONT1, FONT2 or FONT3. That's for the interface (menus, HUD stuff) but I suppose it would be possible to make something like a billboard floating in space with it's text controlled by a SEXP. It should also be possible to make a font size change on the HUD controled by a SEXP, sort of like a modified EMP effect. It would affect an entire string and not just individual characters which limits the coolness of it but maybe someone could make use of such a thing. Assuming that something in FRED would use a specific text (like the requested name plate thing) then a SEXP setting the text would also be requesting which font and color to use.
The main problem with using fonts on a ship/model is that each character is drawn by itself so it would be rather slow to use. I've been thinking about modifying the code to draw an entire string at the time but haven't had a chance to do it yet. I'm really a bit too busy to think about any of that in detail right now but if you're interested in seeing something tagible then hit me up for it after Christmas. Or you could get lucky and someone else will take care of it.
