You can use these functions.
getpos( i , j [,an,offsetX,offsetY] )
getpos_vert( i , j [,an,offsetX,offsetY]] )
They'll return a tuple of position.
example:
posX=getpos(_i,_j,7)[0]
posY=getpos(_i,_j,7)[1]
And the default values of an,offsetX,offsetY are according to the settings of tcc file. 作者: milkyjing 时间: 2014-1-16 21:24:49
use the \an tag function
e.g. EFT = an(9) + t(frx(50))
etc.
if you want get positions for an 8 and 9, use formulas above (by saiyaku)
作者: Alex 时间: 2014-1-16 22:29:43
Thank you very much saiy & Milky 作者: ccx 时间: 2014-1-17 21:48:32
if your question was be finished ,you can change you state,,such as this 【已解决】作者: Alex 时间: 2014-4-19 22:18:02