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.

Descriptions of the Library Routines 2ENDGETTEXTPOSITIONGraphics Subroutine: Returns the current text position. This subroutine is only available onWindows* systems.Module: USE IFQWINSyntaxCALL GETTEXTPOSITION (t)t(Output) Derived type rccord. Current text position. The derived type rccord is defined inIFQWIN.F90 as follows:TYPE rccoordINTEGER(2) row ! Row coordinateINTEGER(2) col ! Column coordinateEND TYPE rccoordThe text position given by coordinates (1, 1) is defined as the upper-left corner of the text window.Text output from the OUTTEXT function (and WRITE and PRINT statements) begins at thecurrent text position. Font text is not affected by the current text position. Graphics output,including OUTGTEXT output, begins at the current graphics output position, which is a separateposition returned by GETCURRENTPOSITION.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “SETTEXTPOSITION”, “OUTTEXT”, “GETCURRENTPOSITION,GETCURRENTPOSITION_W”, “SETTEXTWINDOW”, the WRITE statement in the Language<strong>Reference</strong>Example! Build as QuickWin or Standard GraphicsUSE IFQWINTYPE (rccoord) textposCALL GETTEXTPOSITION (textpos)END2-147

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

Saved successfully!

Ooh no, something went wrong!