View Single Post
02-09-18, 07:38 AM   #6
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
Originally Posted by Rainrider View Post
No need for SetFontObject.
lua Code:
  1. f.text = f:CreateFontString(nil, "OVERLAY", "GameFontHighlightLarge")
Duh, if he decides to re-set it later, he'll have to use SetFontObjcect

On a side note, there's a bug, and it won't be fixed in the near future, if you use font string's SetFont method, you won't be able to use SetFontObject for that font string anymore.
__________________

Last edited by lightspark : 02-09-18 at 07:40 AM.
  Reply With Quote