12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>INTEGER(2) numfonts, return, line_spacingnumfonts = INITIALIZEFONTS ( )return = GETFONTINFO(info)line_spacing = info%pixheight + 2ENDGETGIDPortability Function: Returns the group ID of the user of a process.Module: USE IFPORTSyntaxresult = GETGID ( )Results:The result type is INTEGER(4). The result corresponds to the primary group of the user underwhose identity the program is running. The result is returned as follows:• On Windows* systems, this function returns the last subauthority of the security identifier forthe process. This is unique on a local machine and unique within a domain for domainaccounts.Note that on Windows systems, domain accounts and local accounts can overlap.• On Linux* systems, this function returns the group identity for the current process.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBExampleUSE IFPORTISTAT = GETGID( )GETGTEXTEXTENTGraphics Function: Returns the width in pixels that would be required to print a given string oftext (including any trailing blanks) with OUTGTEXT using the current font. This function is onlyavailable on Windows* systems.Module: USE IFQWINSyntaxresult = GETGTEXTEXTENT (text)2-126

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

Saved successfully!

Ooh no, something went wrong!