Try:
var dll_handle;
STRING* Pristina = "Pristina.TTF";
dllfunction InstallFont(MyFont);

void main()
{
dll_handle = dll_open("FontInstall.dll");
InstallFont(Pristina);

If that does not work, I'm afraid I can't help you...