View Single Post
05-08-14, 09:59 AM   #4
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
  1. Make a fontstring
  2. when the editbox updates(onKeyUp), count the number of lines
  3. Update the font string with a for loop(1..numlines)
  Reply With Quote