View Single Post
  #1  
Unread 01-23-2019, 11:03 PM
Garan's Avatar
Garan Garan is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Oct 2010
Posts: 340
Undocumented Fonts available to LotRO Lua plugins

I posted this as an update to my original post on the LotRO forums but I figured I'd post it here as well. There are a number of undocumented fonts available to plugins (in addition to the documented ones). I finally got around to writing a plugin to automatically scan for valid fonts and found a few I had previously overlooked and two that were just released. There are still about 28 fonts unaccounted for but I suspect they are simply not exposed to Lua. Disclaimer: I'm not a font expert and my eyes aren't so great these days (a 14 point and 16 point font both look about the same to me, that is, microscopic ) so the point sizes might be off a tiny bit but I believe I got the font names correct.

FixedSys14=0x42000027
Courier12=0x42000028
VerdanaBold16=0x420000fd

TimesRoman18=0x4200000e
TimesRoman20=0x420000f1
TimesRoman22=0x420000f4
TimesRoman26=0x42000169
TimesRoman28=0x42000168
TimesRoman30=0x4200016a
TimesRoman36=0x4200016b

TimesRomanBold20=0x4200000f
TimesRomanBold22=0x42000010
Reply With Quote