Accessibility features

You can also control the font size or zoom in WebView:

webView.setZoom(1.2);           // +20%
webView.setFontScale(1.5); // +50%

But note that the font scaled here is on the JavaFX rendering level, which means that web page layouts and styles will be distorted.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.143.5.201