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.

Get Mastering JavaFX 10 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.