public class FontScaleJPanelRender
extends Object
This example shows rendering a page where the font size can be adjusted dynamically once the page is loaded using
a font scaling factor. Note that scaling up or down once the page is rendered requires it to be re-rendered
and re-laid out, which takes a small (possibly insignificant) amount of time, but which may be noticeable for
larger pages.
- Author:
- Patrick Wright