I've found the bug that disable fontsize set in 1.1 ( see gtwvt 1.0 vs
1.1 thread )

In line 716:

   * No need to call hb_gt_wvt_GetFont() if font is already existant
[prtpal 20081108]
    */
   if( !pWVT->hFont )
   {

in this way the font never change.

Now the problem is a "bad" effect at the window creation.

If you don't use a 80x25 !!! black window what you get is:

1 - a black window 80x25 is created
2 - the window is centered
3 - HB_GTI_FONTSIZE resize the window
4 - @ box paint the background

Any idea how to avoid all this repaint?

best regards,
Lorenzo
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to