; setting the text font for the whole displayer
%HI_SetBrowserFont(_browser, 0, 0, Text.STL\HBJ)
; setting the text font for the column 3
%HI_SetBrowserFont(_browser, 0, 3, Text.STL\HBJ)
; setting the text font for the item [2,3]
%HI_SetBrowserFont(_browser, 2, 3, Text.STL\HBJ)
Pridať komentár