| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.1.0.18 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
|
<color> is either `color` or `monochrome`; `solid` draws all curves with solid lines, overriding any dashed patterns; `linewidth <factor>` multiplies all line widths by this factor. <font> is the name of a font; and `<fontsize>` 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!"
|
