The %HI_SetFontCharSetRE function sets the font character set of the selected text in the graphic object Text entry field of RichEdit type (control function).
The %HI_GetFontCharSetRE function finds the character set of the font of the selected text in the graphic object Text entry field of RichEdit type.
Declaration
%HI_SetFontCharSetRE(
INT in refId,
INT in fontCharSet
)
INT %HI_GetFontCharSetRE(
INT in refId
)