Browse thread
[Caml-list] Problem with classes or i need help
-
inv2002
- Jacques Garrigue
-
Wai-Sun Chia
- Jacques Garrigue
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jacques Garrigue <garrigue@k...> |
| Subject: | Re: [Caml-list] Ugly fonts in ocamlbrowser/editor |
> Newbie here, just successfully installed ocaml-3.06 on my Redhat box. > Was testing out labltk and ocamlbrowser and found that both the browser > and editor uses the ugliest monospace font ever.. > > Any clues to how to change the default font for all labltk's > applications? Or perhaps this is a tk issue? You can change fonts in camltk and labltk applications by writing tcl commands in $HOME/.camltkrc. For instance, here are my fonts: option add *Font -*-helvetica-medium-r-normal--14-*-iso8859-1 option add *Text.Font -*-clean-medium-r-normal--14-* option add *Listbox.Font -*-clean-medium-r-normal--14-* For other possibilities of configuration, you can read the Tcl/Tk man pages. Jacques Garrigue ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners