[mapserver-users] antialias

Seamus Thomas Carroll carrolls@unbc.ca
Fri, 5 Jul 2002 18:29:59 -0700 (PDT)


When a try to use antialias in the map file I recieve the error 
"getSymbol(): Symbol definition error. (FONT):(23)".  Any suggestions on 
what the problem might be?  Below is its use in the map file:

	LEGEND
		STATUS ON
		LABEL
			TYPE TRUETYPE
			ANTIALIAS
			FONT arial
			COLOR 0 0 0
			SIZE 12
		END
	END

Seamus