Selection.ReadingModeGrowFont Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Increases the size of the displayed text one point size when the document is displayed in Reading mode.
public:
void ReadingModeGrowFont();
public void ReadingModeGrowFont ();
abstract member ReadingModeGrowFont : unit -> unit
Public Sub ReadingModeGrowFont ()
Remarks
Use the ReadingModeShrinkFont() method to decrease the size of the text. This does not affect the size of the font in the document, only the size of the text while viewing the document in Reading mode.
Note: Text does not need to be selected for this method to affect the text displayed in Reading mode. Text size for all text displayed in Reading mode is affected.