Software FX Posted February 10, 2000 Report Share Posted February 10, 2000 You can use the TopFont property as follows: IFontDisp *pFontDisp; IFontPtr pFont; m_pChartFX->get_TopFont(&pFontDisp); pFont = pFontDisp; // Get IFont pointer CFontHolder Font(NULL); Font.SetFont(pFont); HFONT hFont = Font.GetFontHandle(); // Get Window Font Handle Frank SFX Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.