I want detect screen resolution and  resolution and set fond it gt will support
In xharbour/gtwvt  i have write
  screenWidth := Wvt_GetScreenWidth()
  screenHeight := Wvt_GetScreenHeight()
   if screenWidth >=  1920
     WVt_SetFont("Courier New",40,21)

How can detect screen resolution?
How can detect if GT SUPPORT change of font?
HB_GTInfo(HB_GTI_FONTNAME,"Courier new")
HB_GTInfo(HB_GTI_FONTSIZE, 40)

but now either function seem not work

-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to