View Single Post
10/03/19, 08:40 AM   #7
cloudor
 
cloudor's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 23
Originally Posted by Baertram View Post
I don't think so but here is somethign I found about a combobox's font "ratio" which uses GetFontInfo() function:
https://github.com/esoui/esoui/blob/...ommon.lua#L574

Maybe you can adopt this code somehow if you get the label's font info in any way

Or, depending on your language, you could always overwrite the label's font with a selected one (LAM menu combobox with font entries e.g.) and le the user choose the font + size maybe.
I want to traverse and replace all controls' fonts depending on their original font face name. I have modified the metatable of LabelControl but it only works for controls created and configured(SetFont) in lua after the metatable had been modified. Those already created before or created by xml file still remains old font. So I need either getting font info or replacing font variable values.
  Reply With Quote