Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetTextHeight

From Fightorder
Revision as of 10:27, 30 June 2010 by Interwiki>Jk
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Development < Lua Scripting < GetTextHeight

GetTextHeight() Illustrations

note: the returned heights are normalized, so you need to multiply them with your wanted fontSize


GetTextHeight

 ( string singlelined_text ) -> number textHeight, number textDescender, number num_lines=1

File:Gettextheight singleline.png

GetTextHeight

 ( string multilined_text ) -> number textHeight, number textDescender, number num_lines

File:Gettextheight multiline.png