octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43651] special character (diameter sign) in p


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #43651] special character (diameter sign) in plot produces warning or doesn't show up
Date: Tue, 17 Oct 2017 07:09:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0

Follow-up Comment #17, bug #43651 (project octave):

Ideally we should use the Symbol font so that printout and onscreen glyphs
match. On my system, "fc-match -v Symbol" tels me the font files is a sym link
to "/usr/share/fonts/type1/mathml/Symbol.pfb".

I used fontforge to inspect this file and I was not surprised to see that the
glyphs we think are missing are actually present: that is why ghostscript is
able to find them and put them in a png.

The problem is the mapping from a character to a glyph, and that is where I
get lost. Let me take an example: "\alpha" is glyph #97 ("a") in a 1 byte
Symbol character set (like the one used in postscript) and #945 in unicode. 

There are additional information in font files to indicate which gliph
correspond to what unicode or 1 byte character, but I still have to play with
fontforge to understand this. At least what I already can say is that the
unicode code for "Copyright" is not filled (it is -1 ataully) in my
Symbol.pfb.

[1] http://www.alanwood.net/demos/symbol.html

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43651>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]