高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】ext Width On Screen
text width on screen
text width on screen
hi,
how to obtain some text width inside odgigeometrysimplifier::textproc() ?
height is
code:
ptextstyle->getfont()->getheight() *
ydir.length() / ptextstyle->getfont()->fontabove()
but i don't know how to get width of text. odfont::getaveragewidth() could be helpful, but it returns 0 in almost every case (eg. shx fonts)
tia
michal sliwka
you can use odgicontextfordatabase::textextentsbox()
sergey slezkin
|