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

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

[Octave-bug-tracker] [bug #44512] text extent property has 0 width and h


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #44512] text extent property has 0 width and height when Octave built without Freetype
Date: Fri, 13 Mar 2015 04:04:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36

Update of bug #44512 (project octave):

                  Status:                    None => Confirmed              
        Operating System:                  Mac OS => Any                    
                 Summary: text extent (on plot) is gives 0 width and height =>
text extent property has 0 width and height when Octave built without Freetype

    _______________________________________________________

Follow-up Comment #6:

I can confirm the same as the reporter when I get the text extent in an Octave
built without any Freetype or Fontconfig:


octave:1> plot (1:10);
octave:2> h = text (2, 2, "Hello, world");
octave:3> get (h, "extent")
ans =

   2.00000   2.00000   0.00000   0.00000



So this agrees with the bug as reported, updating the title to reflect that
(and OS to any).

And doubtful that anything could be done about this, right?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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