Field_SetFontSize()

Examples


The Field_SetFontSize() function sets the size of the font used for a field.

Syntax

Field_SetFontSize(text_field, size)

Parameters

text_field – The field for which the font size will be set.

size – An integer specifying the size of the font in points.

Return value

A boolean. True indicates the font size was set, while false indicates it was not.


Documentation Feedback