next up previous contents index
Next: Emxvga Up: Terminal Previous: Eepic   Contents   Index


Emf

The emf terminal generates an Enhanced Metafile Format file. This file format is the metafile standard on MS Win32 Systems.

Syntax:

     set terminal emf {<color>} {solid | dashed} {linewidth <X>}
                      {size XX,YY}
                      {"<fontname>"} {<fontsize>}    #old syntax
                      {font "<fontname>,<fontsize>"} #new syntax

5#5color6#6 is either color or monochrome; solid draws all curves with solid lines, overriding any dashed patterns; linewidth 5#5factor6#6 multiplies all line widths by this factor. 5#5font6#6 is the name of a font; and 5#5fontsize6#6 is the size of the font in points.

The nominal size of the output image default to 1024x768 in arbitrary units. You may specify a different nominal size using the size option.

The first two options can be in any order. Selecting default sets all options to their default values.

Examples:

     set terminal emf 'Times Roman Italic' 12
     set terminal emf color solid    # no pesky dashes!



Ethan Merritt 2007-03-03