I see that there is a large difference between v 6.0 Font management and v 7
Now I am a bit lost since I need to generate a series of text with specified height (in mm)
but I am unable to see how to do this.
It was quite simple in v 6
ON_TextEntity2 *pent = new ON_TextEntity2 ( );
pent->m_usertext=ON_String(buf);
pent->SetPlane(ON_Plane(p,xAxis,yAxis));
pent->m_textdisplaymode=ON::dtNormal;
pent->SetHeight(FontH);
pent->SetType( ON::dtTextBlock);
Can I have a hint for v 7.0 ?
thanks
gerry