User (Legacy) Posted May 19, 2000 Report Share Posted May 19, 2000 Thank you, Frank. That did it. Francisco Padron <frankp@softwarefx.com> wrote in message news:DE0379D14694D211B4CE00609770710D055201@sftfx-221.wamnet.net... > Yes. You can obtain an IFont object from Chart FX which will give you access > to the font name and other properties. For example, to obtain the font used > to draw the top title: > > IFontDisp *pFontDisp; > IFontPtr pFont; > m_pChartFX->get_TopFont(&pFontDisp); > pFont = pFontDisp; > > BSTR swName; > pFont->get_Name(&swName); > _bstr_t sName(swName,false); > LPTSTR s = sName; > > -- > Frank > SFX > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.