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

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

[Octave-bug-tracker] [bug #40158] FontUnits property only works for "poi


From: Rik
Subject: [Octave-bug-tracker] [bug #40158] FontUnits property only works for "points"
Date: Wed, 02 Oct 2013 04:45:21 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

URL:
  <http://savannah.gnu.org/bugs/?40158>

                 Summary: FontUnits property only works for "points"
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Tue 01 Oct 2013 09:45:20 PM PDT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following code should use inches for the fontunits which should create
something very large.  Instead, the "FontSize" property is always interpreted
in points.


ht = text (0.5, 0.5, 'Hello');
set (ht, 'fontunits', 'inches', 'fontsize', 0.5); 







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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