From eeb070b4d8d55ca5a3f16ec9d4047e8112dfbb5c Mon Sep 17 00:00:00 2001 From: "erik%netscape.com" Date: Sun, 2 Apr 2000 21:53:46 +0000 Subject: [PATCH] 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 --- mozilla/docshell/base/nsIMarkupDocumentViewer.idl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/docshell/base/nsIMarkupDocumentViewer.idl b/mozilla/docshell/base/nsIMarkupDocumentViewer.idl index ed62ec42066..afea227caa8 100644 --- a/mozilla/docshell/base/nsIMarkupDocumentViewer.idl +++ b/mozilla/docshell/base/nsIMarkupDocumentViewer.idl @@ -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! */