TextTagSize2Height

Parameters
size real
comment
patch

1.07

Source
Blizzard.j
return type
real
Source code
function TextTagSize2Height takes real size returns real
    return size * 0.023 / 10
endfunction