ioctl12.hlp (Topic list)
PRT_ACTIVATEFONT (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
USHORT DosDevIOCtl(pbFontInfo, pbCommand, 0x0048, 0x0005, hDevice)
PBYTE pbFontInfo;    /* pointer to structure for font info */
PBYTE pbCommand;     /* pointer to byte with command info  */
HFILE hDevice;       /* device handle                      */
 
The PRT_ACTIVATEFONT function activates a font for printing.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
pbFontInfo  Points to a FONTINFO structure that specifies the font to
            activate.
 
pbCommand   Points to a reserved 8-bit value. The value must be zero.
 
hDevice     Identifies the printer that receives the device-control
            function. The handle must have been created previously by using
            the DosOpen function.
 
Return Value
 
The return value is zero if the function is successful or an error value if
an error occurs.
 
See Also
 
PRT_QUERYACTIVEFONT, FONTINFO