SV: [Mapserver-users] has anyone got the wingdings TTF font to wo rk with mapserver

Thomsen, Bo Victor BVT at sns.dk
Fri Jan 30 03:38:00 EST 2004


To Stephen -

Windings is a "symbol" truetype font. Symbol tt fonts has a different
internal number offset than the normal tt fonts. Just add 61440 (IIRC) to
the apparent character number, i.e..:  

SYMBOL
  NAME "funky"
  TYPE TRUETYPE
  FONT wingding
  ANTIALIAS true
#  CHARACTER "µ" ...  181 + 61440 = 61621 
  CHARACTER ""
END


-----Oprindelig meddelelse-----
Fra: Stephen Clark [mailto:stephen.clark at focus.ca]
Sendt: 29. januar 2004 23:52
Til: mapserver-users at lists.gis.umn.edu
Emne: [Mapserver-users] has anyone got the wingdings TTF font to work
with mapserver


Hi ALL,

I would like to display a symbol from the wingding TTF for symbols.

Does anyiong have a working symbol definition?

Here is my attempt:

SYMBOL
  NAME "funky"
  TYPE TRUETYPE
  FONT wingding
  ANTIALIAS true
  CHARACTER "µ"
END

thanks
Stephen
_______________________________________________
Mapserver-users mailing list
Mapserver-users at lists.gis.umn.edu
http://lists.gis.umn.edu/mailman/listinfo/mapserver-users



More information about the mapserver-users mailing list