Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OnScreenDisplay font display problems
#1
i have 2.2.1.3

i had an OSD code that displayed some asterisks in various thicknesses. here is the code:
Code:
Copy      Help
str s ss
int i
int+ g_stop_ts_sound=0
s="ÚÛÜÝÞßÞÝÜÛÚ"
bee "C:\downloads\sounds\system\GT3_button_pin.wav"
rep 3
,for i 0 s.len
,,OnScreenDisplay(ss.get(s i 1) 0.2 0 0 "Wingdings 2" 58 0x1101b2 0 "TS")
,,0.15
,,if(g_stop_ts_sound) ret
end
;

but now it just displays the "ÚÛÜÝÞßÞÝÜÛÚ" characters.
it worked just prior to the beta upgrade last week; does this happen for anyone else?
An old blog on QM coding and automation.

The Macro Hook
#2
Thank you, will be fixed in next QM release. Needs to insert

lf.lfCharSet=1

in __Font.Create.
#3
thanks.
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)