%HI_GetFontNameRE, %HI_SetFontNameRE functions


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

The function %HI_GetFontNameRE retrieves the font type of the selected text in the graphic object Text entry field of the RichEdit type.
Declaration
%HI_SetFontNameRE(
   INT in refId,
   TEXT in fontName
 )
 
 TEXT %HI_GetFontNameRE(
   INT in refId
 )
Parameters
refIdReference to graphic object Text entry field of the RichEdit type (reference variable).
fontNameFont type of the selected text in the graphic object Text entry field of the RichEdit type.
Napíšte komentár