<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi List,<br>
<br>
Rotated (TRUETYPE) Labels are placed differently when they are rotated
TRUETYPE SYMBOLS<br>
<br>
A character in a truetype font library has its own anchor point at the
lowerleft corner<br>
Rotation of a truetype character as a symbol sweeps around this point
it seems to me (causing the placement to be off center)<br>
<img src="cid:part1.08050705.06000800@home.nl" alt=""> <br>
But a TRUETYPE label places the rotated character exactly on the
geometric point, and seems to use the centroid of the character as its
anchorpoint<br>
<br>
<img src="cid:part2.07050906.01050003@home.nl" alt=""><br>
<br>
I this a feature or could it be considered "not as expected"<br>
<br>
<br>
&nbsp; CLASS<br>
&nbsp;&nbsp;&nbsp; EXPRESSION ([BEARING] = 2)<br>
&nbsp;&nbsp;&nbsp; STYLE<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL "2"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 14<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 255<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ANGLEITEM RIJRICHTINGGRADEN<br>
&nbsp;&nbsp;&nbsp; END<br>
&nbsp; END<br>
<br>
looks quite different from<br>
LABELITEM RIJRICHTINGGRADEN<br>
&nbsp; CLASS<br>
&nbsp;&nbsp;&nbsp; TEXT "2"<br>
&nbsp;&nbsp;&nbsp; EXPRESSION ([BEARING] = 2)<br>
&nbsp;&nbsp;&nbsp; LABEL<br>
&nbsp;&nbsp;&nbsp; &nbsp; SIZE 14<br>
&nbsp;&nbsp;&nbsp; &nbsp; POSITION CC<br>
&nbsp;&nbsp;&nbsp; &nbsp; COLOR 0 0 255<br>
&nbsp;&nbsp;&nbsp; &nbsp; TYPE TRUETYPE<br>
&nbsp;&nbsp;&nbsp; &nbsp; FONT scs<br>
&nbsp;&nbsp;&nbsp; &nbsp; ANTIALIAS false<br>
&nbsp;&nbsp;&nbsp; &nbsp; BUFFER 0<br>
&nbsp;&nbsp;&nbsp; &nbsp; FORCE true<br>
&nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; STYLE<br>
&nbsp;&nbsp;&nbsp; END<br>
&nbsp; END<br>
<br>
Regards, Huub<br>
<br>
</body>
</html>