WebView.MakeTextLarger
----------------------

Increases the text size.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [WebView](component_WebView.md) | [4.1](newinversion41.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |

MBS( "WebView.MakeTextLarger"; WebViewerRef ) 

**MBS**( **"WebView.MakeTextLarger";** /\* Increases the text size. \*/  
**$WebViewerRef**) /\* Either the Web Viewer Object Name or the Web Viewer ID as returned by "[WebView.FindByName](WebViewFindByName.md)" function. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "[WebView.FindByName](WebViewFindByName.md)" function. |  |

### Description

Increases the text size.  
### Examples

Increase text size:

 MBS ("Webview.MakeTextLarger"; "web")  
### See also

- [WebView.FindByName](WebViewFindByName.md)
- [WebView.MakeTextSmaller](WebViewMakeTextSmaller.md)

This function checks for a license.

Created 18th August 2014 , last changed 25th August 2017

  
[WebView.LoadURL](WebViewLoadURL.md) - [WebView.MakeTextSmaller](WebViewMakeTextSmaller.md)

[HTML Version](WebViewMakeTextLarger.shtml)