View Single Post
07-31-18, 06:45 AM   #4
kurapica.igas
A Chromatic Dragonspawn
Join Date: Aug 2011
Posts: 152
Lua Code:
  1. for k, v in pairs(BattlefieldMapFrame.dataProviders) do
  2.     if k.Label then
  3.         local ft = { k.Label.Name:GetFont() }
  4.         k.Label.Name:SetFont(ft[1], ft[2] * 0.5, ft[3])
  5.        
  6.         local ft = { k.Label.Description:GetFont() }
  7.         k.Label.Description:SetFont(ft[1], ft[2] * 0.5, ft[3])
  8.     end
  9. end

I may add a scale modifier in the EFBM addon in next version. Since they are created in the EBFM.
  Reply With Quote