# HG changeset patch # User Rik # Date 1471221239 25200 # Node ID ca8b8f12bd169e9e2802691579ca91dfe7370ba4 # Parent 378f8c0de848c5acf66ffd74479218b71d3bad21 NEWS: Announce implementation of TitleFontSizeMultiplier, TitleFontWeight, LabelFontSizeMultiplier properties. * NEWS: Announce implementation of TitleFontSizeMultiplier, TitleFontWeight, LabelFontSizeMultiplier properties. diff -r 378f8c0de848 -r ca8b8f12bd16 NEWS --- 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.