Specifies a font for use by a VIO session.

#define INCL_VIO
#include <os2.h>

PFATTRS    attrs;  /*  Pointer to the font attribute structure. */
ULONG      lcid;   /*  Local identifier. */
STR8       Name;   /*  Logical font name. */
HVIO       hvps;   /*  VIO presentation-space handle. */
APIRET     rc;     /*  Return code. */

rc = VioCreateLogFont(attrs, lcid, Name, hvps);


[Back] [Next]