TextTagSize2Height
- Parameters
-
size real
- comment
- patch
-
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
real
- Source code
-
function TextTagSize2Height takes real size returns real return size * 0.023 / 10 endfunction