]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaGui.mli
added decrease and increase font size fantafeature
[helm.git] / helm / matita / matitaGui.mli
index 42922140c090de3a7f73ca3b00bd3adf2ffcc719..80c183fac4e78e0032768c43a143b1b30b34f9b3 100644 (file)
@@ -77,6 +77,11 @@ object
   method askText: ?title:string -> ?msg:string -> unit -> string option
 
   method loadScript: string -> unit
+
+    (** {3 Fonts} *)
+  method increaseFontSize: unit -> unit
+  method decreaseFontSize: unit -> unit
+  method resetFontSize: unit -> unit
                                                             
 end