Menu

#667 emf terminal setting of size and font

closed-fixed
Drivers (161)
5
2008-05-25
2008-05-25
Anonymous
No

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

Discussion

  • Hans-Bernhard Broeker

    • assigned_to: nobody --> broeker
    • status: open --> closed-fixed
     
  • Hans-Bernhard Broeker

    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.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.