HI_GetFontNameRE
%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
refId | Reference to graphic object Text entry field of the RichEdit type (reference variable). |
fontName | Font type of the selected text in the graphic object Text entry field of the RichEdit type. |