PDA

View Full Version : How change fontsize, height&width OSD of PopupOSD from L



AdminZ
June 24th, 2003, 10:16 PM
I need change fontsize from Lua for different screen resolution. If write new fontsize to registry then when Girder close new value lost - Girder rewrite fontsize in registry to current value, etc. oldvalue. How to be?

Mark F
June 25th, 2003, 07:22 AM
PopupOSD uses the values returned by the plugin API function get_osd_font_name(). It uses the function get_osd_settings() to get the rest of the font information. I don't know where or when Girder gets and saves these values.

As an alternative, you could use one of the other OSDs that support multiple font sizes and display the OSD that corresponds to the current screen resolution.