hddf (HDDF) - input

      Handle to DDF returned by DdfInitialize.

    pszFaceName (PCSZ) - input

      Pointer to font name.

      This parameter can be specified in two ways:

      • An ASCIIZ string specifying the font name. 
          NULL or "default" to specify the default font.

        ulWidth (ULONG) - input

          Font width in points.

          A point is approximately 1/72 of an inch.

        ulHeight (ULONG) - input

          Font height in points.

        rc (BOOL) - returns

          Success indicator.

          TRUE

            Successful completion
          FALSE
            Error occurred.


          [Back] [Next]