FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour RELEASE FONT
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
RELEASE FONT
Posted: Mon Dec 10, 2007 08:14 PM

RELEASE FONT oSayFont

Is it still necessary to release FONTs explicit.

Thanks in advance
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
RELEASE FONT
Posted: Mon Dec 10, 2007 08:56 PM

Otto,

Fonts use a counter DATA to be reused, and only when the counter is zero then the font is destroyed.

So, yes, you should issue a RELEASE FONT oSayFont to decrease the counter

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion