Prehľad
Nástroje obsahu
%HI_SetBrowserFont( INT in refId, INT in row, INT in col, HBJ in fnt ) HBJ %HI_GetBrowserFont( INT in refId, INT in row, INT in col )
refId | Reference to graphic object (reference variable). |
row | Item row. |
col | Item column. |
fnt | Reference to object of Text font type. |
; 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)
0 komentárov