Jump to content
Software FX Community

modify font


User (Legacy)

Recommended Posts

I reproduced Cfx98 sample project for font test.

I added following line to CCfxLabels::OnInitDialog() module, and I did build

it.

m_pChartFX->Axis->Item[AXIS_Y]->Font->Name = "MS Sans Serif";

And just then, I found error message as follow.

...CfxLabels.cpp(222) : error C2039: 'Font' : is not a member of

'ICfxAxis'

chart fx client server\samples\mfc\debug\cfx4032.tlh(2664) : see

declaration of 'ICfxAxis'

...

I guessed that Library is not support 'Font' Object.

I am concerned the cause.

post-2104-13922398097567_thumb.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...