Komag
11 years agoRoku Guru
It seems font height has changed!
font = font_registry.GetDefaultFont()
fontH = font.GetOneLineHeight() ' fontH is 47
After a new round of compatibility testing today, I discovered that on my classic Roku HD N1100 (software 3.1), the GetDefaultFont font height is actually 49, but on my Roku 2 XS (software 6.1) the font height is 47, which is what I've been banking on for a few weeks of development.
Am I missing something, or is this a change that is documented somewhere?