HI_FontSizeAddRE
%HI_FontSizeAddRE function
Function
The function %HI_FontSizeAddRE enlarges / reduces a font size of selected text in the graphic object Text entry field of RichEdit type (control function).
Font size sequence: 8, 9, 10, 11, 12, 14, 16, 18, 20, 22, 24, 26, 28, 36, 48, 72.
Declaration
%HI_FontSizeAddRE(
INT in refId,
BOOL in bAdd
)Parameters
refId | Reference to graphic object Text entry field of RichEdit type (reference variable). |
bAdd | Enlarges (if False - reduces) font size of the selected text in the graphic object Text entry field of RichEdit type. |