%HI_GetFontSizeRE, %HI_SetFontSizeRE functions


Function
The function %HI_SetFontSizeRE sets a font size of selected text in the graphic object Text entry field of RichEdit type (control function).

The function %HI_GetFontSizeRE retrieves the font size of selected text in the graphic object Text entry field of RichEdit type.
Declaration
%HI_SetFontSizeRE(
   INT in refId,
   INT in fontName
 )
 
 INT %HI_GetFontSizeRE(
   INT in refId
 )

Parameters
refId Reference to graphic object Text entry field of RichEdit type (reference variable).
fontSize Font size of the selected text in the graphic object Text entry field of RichEdit type.

Napíšte komentár