pFontname (PSZ)

      Pointer to the text string that is being added to the combination box.

    usFieldId (USHORT)

      Field identifier.

      The identifier of the field to which the text string is being added. The identifier can be one of the following:

      FNTI_FAMILYNAME

        The text string is an addition to the family name combination box.
      FNTI_STYLENAME
        The text string is an addition to the style combination box.
      FNTI_POINTSIZE
        The text string is an addition to the size combination box.

      usFontType (USHORT)

        Font information.

        The family name, style, or point size that is being added to the combination box. Use one of the following to identify the font information that is being added:

        FNTI_BITMAPFONT

          A bit-map font is being added or a point size of a bit-map font is being added.
        FNTI_VECTORFONT
          A vector font is being added.
        FNTI_SYNTHESIZED
          A synthesized font is being added. This value is valid for the style field only.
        FNTI_FIXEDWIDTHFONT
          A fixed width (monospace) font is being added.
        FNTI_PROPORTIONALFONT
          A proportionally spaced font is being added.
        FNTI_DEFAULTLIST
          A point size from the default list (or the application-supplied list) is being added.

        rc (BOOL)

          Filter indicator.

          TRUE

            Add the text string to the combination box.
          FALSE
            Do not add the text string to the combination box.


          [Back] [Next]