|
高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】width Factor For Fon
width factor for font
width factor for font
hi
how do we obtain widthfactor for text from the odgitextstyle in odgigeometrysimplifier::tectproc, odgitextstyle::xscale always returns 1.0
thank you
krishna
if you mean function
void odgiconveyorgeometry::textproc(
const odgepoint3d& position,
const odgevector3d& u,
const odgevector3d& v,
const odchar* msg,
odint32 length,
bool raw,
const odgitextstyle* ptextstyle,
const odgevector3d* pextrusion);
then widthfactor can be retrieved as u.length()/v.length()
sincerely yours,
george udov
|