Hello,
I have big buttonbar-buttons and hight screen-resolutions.
The text is hard to read.
I had a look in the classes and could't see any font defines.
Is it possible to change the font-size for buttonbars ?
Regards
Uwe
nSIZE := -11
if ::nHeight >= 100
nSIZE := -16
endif
if ::nHeight < 100 .and. ::nHeight >= 80
nSIZE := -15
endif
if ::nHeight >= 50 .and. ::nHeight < 80
nSIZE := -12
endif
if ::oWnd:oFont != nil
if ::oWnd:oFont:cFaceName != "Tahoma"
DEFINE FONT oFont NAME "Tahoma" SIZE 0, nSIZE
::oWnd:SetFont( oFont )
endif
else
DEFINE FONT oFont NAME "Tahoma" SIZE 0, nSIZE
::oWnd:SetFont( oFont )
endif
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 76 guests