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

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

[Octave-bug-tracker] [bug #43907] OpenGL render code called even when gn


From: Rik
Subject: [Octave-bug-tracker] [bug #43907] OpenGL render code called even when gnuplot is graphics_toolkit
Date: Wed, 01 Jul 2015 16:18:46 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0

Follow-up Comment #13, bug #43907 (project octave):

The issue is that Freetype is not used for rendering text with gnuplot, it is
an OpenGL feature.  Ergo, Octave shouldn't be calling OpenGL code when the
toolkit is gnuplot.  Certainly the programmer using gnuplot doesn't care one
whit about warnings from ft_render because the empty set symbol is drawn just
fine with gnuplot, despite the superfluous warning.  This is because Matlab
and gnuplot use the Symbol font, rather than the specified font (like Arial),
to render mathematical symbols.  And the Symbol font does have an empty set
representation.

Tex is the default interpreter for text() objects.

I would file a different issue report for changing the way that
graphics_toolkit() works.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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