<!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>
  CLASS<br>
    EXPRESSION ([BEARING] = 2)<br>
    STYLE<br>
      SYMBOL "2"<br>
      SIZE 14<br>
      COLOR 0 0 255<br>
      ANGLEITEM RIJRICHTINGGRADEN<br>
    END<br>
  END<br>
<br>
looks quite different from<br>
LABELITEM RIJRICHTINGGRADEN<br>
  CLASS<br>
    TEXT "2"<br>
    EXPRESSION ([BEARING] = 2)<br>
    LABEL<br>
      SIZE 14<br>
      POSITION CC<br>
      COLOR 0 0 255<br>
      TYPE TRUETYPE<br>
      FONT scs<br>
      ANTIALIAS false<br>
      BUFFER 0<br>
      FORCE true<br>
    END<br>
    STYLE<br>
    END<br>
  END<br>
<br>
Regards, Huub<br>
<br>
</body>
</html>