How can I use label functions below?:
<pos=[Number]px>
<voffset=[Number]px>
<mspace=[Number]px>
I know some functions like: <rotate=[number]> and <size=[number]px>
How can I use label functions below?:
<pos=[Number]px>
<voffset=[Number]px>
<mspace=[Number]px>
I know some functions like: <rotate=[number]> and <size=[number]px>
<pos=[Number]px>
determines the position of the label position on x. For example,<pos=0px>
will place the label at the center.It is also compatible with the percent symbol:
<pos=50%>
<voffset=[Number]px
determines the position of the label on y.<mspace=[Number]px>
AFAIK, may pertain to the spacIng of the label.Try checking this forum
basically:
<pos=[number]px> is the horizontal position of the text
<voffset=[number]px> is the vertical position of the text
<mspace=[number]em> b a s i c a l l y m a k e s y o u r t e x t l o o k l i k e t h i s
I know it's already answered but I feel like giving info so yeah
also you can do <pos={ft}px> to move it from place to place according to the ft
it's how most people do their radar screens and stuff
wot