bug 30022; added Set/Get TextZoom for enlarging/reducing fonts only

git-svn-id: svn://10.0.0.236/trunk@64958 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
erik%netscape.com 2000-04-02 21:53:46 +00:00
parent 74fa582803
commit eeb070b4d8

View File

@ -48,6 +48,9 @@ interface nsIMarkupDocumentViewer : nsISupports
/** if true, plugins are allowed within the doc shell. default = true */
attribute boolean allowPlugins;
/** The amount by which to scale all text. Default is 1.0. */
attribute float textZoom;
/*
XXX Comment here!
*/