long x,w,h;
// set select default font of the window into it's device context
- dc.SetFont( GetLabelingFont() );
+ //dc.SetFont( GetLabelingFont() );
dc.SetTextBackground( GetBackgroundColour() );
long w,h;
// set select default font of the window into it's device context
- dc.SetFont( GetLabelingFont() );
+ //dc.SetFont( GetLabelingFont() );
dc.GetTextExtent(tab.mText, &w, &h );
long w,h;
// set select default font of the window into it's device context
- dc.SetFont( GetLabelingFont() );
+ //dc.SetFont( GetLabelingFont() );
dc.SetTextBackground( brush.GetColour() );
long w,h;
// set select default font of the window into it's device context
- dc.SetFont( GetLabelingFont() );
+ //dc.SetFont( GetLabelingFont() );
dc.GetTextExtent(tab.mText, &w, &h );
tab.mDims.x = w + tab.ImageToTxtGap(mImageTextGap) +