TatukGIS menu

Knowledge Base





KB10475 - Access Font object in XDK Visual C++ (VC++) application.

Font object is based on a standard IFont Interface, so:

  IFontPtr fnt ;

  fnt = Lables->Font ;
  fnt->put_Bold( TRUE ) ;

Created: January 21, 2004, Modified: December 29, 2015