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

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

[Octave-bug-tracker] [bug #42320] Symbols don't show in pdf when using f


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #42320] Symbols don't show in pdf when using fltk
Date: Mon, 13 Apr 2015 21:03:19 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0

Follow-up Comment #3, bug #42320 (project octave):

The poor man's workaround is to use the "Symbol" font. Obviously this won't
work on-screen as "Symbol" is a pdf/postcript font and you can't mix this with
other fonts:

clf;
text (0.5, 0.5, 'g', 'fontname', 'Symbol');
print tst.pdf

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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