The Field_SetFontSize() function sets the size of the font used for a field.
Field_SetFontSize(text_field, size)
• text_field – The field for which the font size will be set.
• size – An integer specifying the size of the font in points.
A boolean. True indicates the font size was set, while false indicates it was not.