HI_GetFontNameRE
%HI_GetFontNameRE, %HI_SetFontNameRE functions
Function
The function %HI_SetFontNameRE sets a font type of selected text in the graphic object Text entry field of RichEdit type (control function).
The function %HI_GetFontNameRE retrieves the font type of selected text in the graphic object Text entry field of RichEdit type.
Declaration
%HI_SetFontNameRE(
INT in refId,
TEXT in fontName
)
TEXT %HI_GetFontNameRE(
INT in refId
)Parameters
refId | Reference to graphic object Text entry field of RichEdit type (reference variable). |
fontName | Font type of the selected text in the graphic object Text entry field of RichEdit type. |