Using Intel® Visual Fortran to Create and Build Windows*-Based Applications
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-49EDA2B4-C0C8-4BA9-BDCF-9B1746FD3675
Visible to Intel only — GUID: GUID-49EDA2B4-C0C8-4BA9-BDCF-9B1746FD3675
Initializing Fonts
A program that uses fonts must first organize the fonts into a list in memory, a process called initializing. The list gives the computer information about the available fonts.
Initialize the fonts by calling the INITIALIZEFONTS routine:
USE IFQWIN INTEGER(2) numfonts numfonts = INITIALIZEFONTS( )
If the computer successfully initializes one or more fonts, INITIALIZEFONTS returns the number of fonts initialized. If the function fails, it returns a negative error code.