Thanks from Austria wasc
Thanks from Austria wasc
have you seen the description of these attributes in the documentation:
Justification of text in a Smallworld application is performed on a five by five grid, with the lower left corner being (1,1), and the upper right corner being (5,5). Each horizontal or vertical justification value is a discrete position within the grid. The position within the grid is the location of the text's point geometry with respect to the text string.
sworld_vert_just: Vertical justification of the text about its location point. The value is an integer in the range 1..5.
sworld_horiz_just: Vertical justification of the text about its location point. The value is an integer in the range 1..5.
Default is 1 for both attributes. To get "middle center" i would try 3 for both attributes.
Kind regards
Uta