A little adjustment in class tSay

Post Reply
User avatar
ukoenig
Posts: 4043
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

A little adjustment in class tSay

Post by ukoenig »

Hello,

I noticed a problem using SAY without a size-define like

@ 60, 30 SAY "Textheight -> g j y q" PIXEL FONT oFont OF oDlg
the problem belongs to g j y q because of the defined heightvalue

the bottom-space is to small :!:

Image

I adjusted in method NEW

//::nBottom = ::nTop + nHeight - 1
::nBottom = ::nTop + nHeight + nHeight * 0.2

regards
Uwe :D
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.
Post Reply