View Full Version : Reducing field font size


DBL
03-02-2006, 04:47 AM
Is there a way to reduce the font size in a set field width to reduce to fit at print rather than have the field box expand? My font size is set to 20 but if the text is too long I'd like to to reduce to fit.

Thanks

Smart
03-02-2006, 06:52 AM
when you have worked out if the text is to long you can reduce the font size as follows
Yourtextfield.FontSize = 10 'or whatever size you require'

DBL
03-02-2006, 07:07 AM
It's for name badges and as standard the font should be 20 but if the name is too long to fit on the badge in one line I want to shrink that badge so the name does fit on one line.