emf terminal does not allow simultanous setting of size and font. Only specifying one works:
> set terminal emf size 300,200
> set terminal emf font "Arial,14"
However specifying both parameters results in an error:
> set terminal emf size 300,200 font "Arial,14"
undefined variable: font
> set terminal emf size 300,200 "Arial" 14
';' expected after 200
Logged In: YES
user_id=27517
Originator: NO
Fixed in CVS. The size option was implemented incorrectly. Any options following it would trigger an error.