Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
52 stars 18 forks source link

User can't change the font size in the help dialog #111

Open djskrien opened 7 years ago

djskrien commented 7 years ago

If a user wants to view the help dialog using a larger font, there is no way for them to do so. We should add a way for them to zoom in or out, via + and - buttons or keyboard commands or both. To change the font size easily in a WebView, just call WebView.setFontScale(double newScaleFactor).