> Continuing nitpicking, the ยต sign appears correctly on the screen but > not on printer output (PostScript). > > My PostScript skills are extremely rusty but the hardest part is > that I don't know where to start looking at, anybody wants > to give me guidelines on how this could be fixed (which file > is responsible for this would be a good starting point) ?
On the PS side, you would have to install an encoding to map that character from somewhere else in the available glyph set to the 8 bit character codes, assuming the current font even has that glyph. Alternately, switch to the Symbol font and print the right character, as Symbol has the whole greek alphabet. mu is 0155 (octal) according to my book. Note that the X symbol font has the same encoding as PS, as far as I can tell. _______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
