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

This commit is contained in:
erik%netscape.com 2000-04-02 21:53:46 +00:00
Родитель 72dbd2f6e8
Коммит 711e3a3feb
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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!
*/