SetTextTagTextBJ

Parameters
tt texttag
s string
size real
comment
patch

1.18a

Source
Blizzard.j
return type
Source code
function SetTextTagTextBJ takes texttag tt, string s, real size returns 
local real textHeight = TextTagSize2Height(size)

call SetTextTagText(tt, s, textHeight)
endfunction