12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>Typical fill masks for rectangleSETFONTGraphics Function: Finds a single font that matches a specified set of characteristics and makesit the current font used by the OUTGTEXT function. This function is only available on Windows*systems.Module: USE IFQWINSyntaxresult = SETFONT (options)options(Input) Character*(*). String describing font characteristics (see below for details).Results:The result type is INTEGER(2). The result is the index number (x as used in the nx option) of thefont if successful; otherwise, –1.The SETFONT function searches the list of available fonts for a font matching the characteristicsspecified in options. If a font matching the characteristics is found, it becomes the current font.The current font is used in all subsequent calls to the OUTGTEXT function. There can be only onecurrent font.The options argument consists of letter codes, as follows, that describe the desired font. Theoptions parameter is neither case sensitive nor position sensitive.t'fontname'hywxfpvName of the desired typeface. It can be any installed font.Character height, where y is the number of pixels.Select character width, where x is the number of pixels.Select only a fixed-space font (do not use with the p characteristic).Select only a proportional-space font (do not use with the f characteristic).Select only a vector-mapped font (do not use with the r characteristic). Roman,Modern, and Script are examples of vector-mapped fonts, also called plotterfonts. True Type fonts (for example, Arial, Symbol, and Times New Roman) arenot vector-mapped.2-406

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!