Installing fonts.

Martin Wierich martinw@cs.kun.nl
Fri, 14 May 1999 08:46:50 +0200


Hi Paulo,

With the 0.8 I/O library try

f picture
    #   (ok,font)   = SelectFont "ANASTASIA" [] 12
    |    not ok = abort "not ok"
    #   picture    = SetFont font picture
    = picture

SelectFont and SetFont are defined in the "picture" module.

regards
    Martin Wierich

--------------------------------------------
Paulo Alfredo Mainieri Junior wrote:

> I'm developing a program that needs to load a true type font called
> ANASTASIA. How can i install this font in a Clean environment? As i can
> see it just have three kinds of fonts: Geneva, Helvetica and Times, is
> that write?
>
> Thank you very much for help.
>
> Paulo.