Hello,
this question was dated already some month ago about this problem :
Is it possible to make the font of the buttonbar variable for higher screen-resolutions
and adjust to the size of different Buttonbars ?
The lines in ButtonBmp ( contains a fixed font ) :
Regards
Uwe
this question was dated already some month ago about this problem :
Is it possible to make the font of the buttonbar variable for higher screen-resolutions
and adjust to the size of different Buttonbars ?
The lines in ButtonBmp ( contains a fixed font ) :
if ::l2007
if ::lBarBtn
if ::oWnd:oFont != nil
if ::oWnd:oFont:cFaceName != "Tahoma"
DEFINE FONT oFont NAME "Tahoma" SIZE 0, -11
::oWnd:SetFont( oFont )
endif
else
DEFINE FONT oFont NAME "Tahoma" SIZE 0, -11
::oWnd:SetFont( oFont )
endif
else
....
....Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.