View Single Post
09-11-22, 02:06 PM   #1
Platine
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Dec 2010
Posts: 72
SetFont - new parameter: textType

I received such a LUA error:

bad argument #1 to 'SetFont' (Usage: self:SetFont(textType, fontFile, height, flags))

Typically, the syntax for this function is:

self:SetFont(fontFile, height, [flags])

What data does textType take?
  Reply With Quote