Visible to Intel only — GUID: GUID-49EDA2B4-C0C8-4BA9-BDCF-9B1746FD3675
Special Naming Convention for Certain QuickWin and Windows* Graphics Routines
Comparing QuickWin with Windows*-Based Applications
Using Windows API Routines with QuickWin
Types of QuickWin Programs
The QuickWin User Interface
USE Statement Needed for Fortran QuickWin Applications
Creating QuickWin Windows
Using QuickWin Graphics Library Routines
Selecting Display Options
Checking the Current Graphics Mode
Setting the Graphics Mode
Setting Figure Properties
Understanding Coordinate Systems
Adding Color
Writing a Graphics Program
Displaying Graphics Output
Storing and Retrieving Images
Customizing QuickWin Applications
QuickWin Programming Precautions
Simulating Nonblocking I/O
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.
Parent topic: Using Fonts from the Graphics Library