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

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

[Octave-bug-tracker] [bug #33077] text properties not inherited from axe


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33077] text properties not inherited from axes
Date: Fri, 15 Apr 2011 18:26:33 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16

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

If you can tell me where that is in the documentation, I'll fix it.

If you refer to the documentation for default value ...


Object properties have two classes of default values, @dfn{factory
defaults} (the initial values) and @dfn{user-defined defaults}, which
may override the factory defaults.

Although default values may be set for any object, they are set in
parent objects and apply to child objects.  For example,


It is default values for the named objects that are inherited. Thus, to have
the fontname = "Helvetica" inherited for all axes and text objects for
figure(1) ...


set (1, "defaultaxesfontname", "Helvetica")
set (1, "defaulttextfontname", "Helvetica")


I suppose a correction is still in order. What about ...


Object properties have two classes of default values, @dfn{factory
defaults} (the initial values) and @dfn{user-defined defaults}, which
may override the factory defaults.

Although default values may be set for any object, they are set in
parent objects and apply to child objects of the specified type.  For
example,


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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