Is there a function to determine if a font exists? Something like:

if exists("Monaco")
        set gfn=Monaco:h10
elsif exists("Consolas")
        set gfn=Consolas:h11
endif

Roughly...

Robert

Reply via email to