Pritpal,
It's a C++ refernce if I understand.
try this.-
QFont serifFont("Times", 10, QFont::Bold);
QFont* font = &serifFont; // Address of serifFont
QFontInfo FontInf( (*font) ); // Reference of (object)
ASSERT( FontInf.bold() );
Xavi
Pritpal Bedi escribió:
Hi
Xavi-13 wrote:
Sure, I don't understand.
Note : on prg level <QFont> is available as a pointer as QFont* font.
(*font)
(*hbqt_par_QFont( n ))
No it does not work as this.
Regards
Pritpal Bedi
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour