Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Output font
#1
I've messed up trying to reset the the fonts in my output dialog.
What is the standard font, size, and weight for the output?

thanks.
#2
Courier New, size 8, weight normal.

Code:
Copy      Help
,case WM_INITDIALOG
,DT_Init(hDlg lParam)
,class CFont :-GdiObject'g
,CFont- f
,f.Create("Courier New" 8)
,f.SetFont(id(3 hDlg))
,ret 1


Forum Jump:


Users browsing this thread: 1 Guest(s)