View Single Post
07-31-16, 12:20 AM   #1
Layback_
An Onyxian Warder
Join Date: Feb 2016
Posts: 358
Is it possible to edit font of Cooldown frame that uses "CooldownFrameTemplate"?

Hi all,

I was trying to edit font type and height of a Cooldown frame that utilizes "CooldownFrameTemplate".

Lua Code:
  1. local cd = CreateFrame("Cooldown", "$parentCoolDown", button, "CooldownFrameTemplate");
  2. cd:SetAllPoints(true);

However, I could have not figure it out how I would access to a text...

Could I please get some help regarding this?

Thank you.
  Reply With Quote