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.


      [Back] [Next]