changeset 22293:ca8b8f12bd16

NEWS: Announce implementation of TitleFontSizeMultiplier, TitleFontWeight, LabelFontSizeMultiplier properties. * NEWS: Announce implementation of TitleFontSizeMultiplier, TitleFontWeight, LabelFontSizeMultiplier properties.
author Rik <rik@octave.org>
date Sun, 14 Aug 2016 17:33:59 -0700
parents 378f8c0de848
children 446b542fd082
files NEWS
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Sun Aug 14 17:19:06 2016 -0700
+++ b/NEWS	Sun Aug 14 17:33:59 2016 -0700
@@ -95,6 +95,13 @@
     questdlg, and warndlg--now exclusively use Qt for rendering.
     Java based versions have been removed.
 
+ ** The axes properties "TitleFontSizeMultiplier" and "TitleFontWeight"
+    are now implemented which control the default appearance of text
+    created with title() appear.
+    The axes property "LabelFontSizeMultiplier" is now implemented
+    which controls the default appearance of text created with
+    xlabel(), ylabel(), or zlabel().
+
  ** The graphics property 'erasemode' has been hidden, and will
     eventually be removed.  This property has also been removed
     from Matlab, and was never implemented in Octave.