Enhanced Metafile Format
(EMF) graphics are scalable vector graphics that produce true color
graphics. Applications that support EMF graphics run on Windows. The
default output size of 800x600 pixels and the default resolution of
96 dpi produce output that closely resembles the screen resolution.
EMF graphics support
TrueType and Type1 fonts. Use the FONTREG procedure to register Fonts.
Alpha channel color support is available only for images.
Compression and font
embedding are not supported. Transparency is supported for embedded
images.
For a description of
the EMF printer, submit the following QDEVICE procedure and view the
output in the SAS log:
proc qdevice;
printer emf;
run;