flOptions (ULONG)

      Other characteristics of the font.

      FTYPE_ITALIC

        Italic font required. If not specified, non-italic font required.
      FTYPE_ITALIC_DONT_CARE
        Italic and non-italic fonts can satisfy the request. If this option is specified, FTYPE_ITALIC is ignored.
      FTYPE_OBLIQUE
        Oblique font required. If not specified, non-oblique font required.
      FTYPE_OBLIQUE_DONT_CARE
        Oblique and non-oblique fonts can satisfy the request. If this option is specified, FTYPE_OBLIQUE is ignored.
      FTYPE_ROUNDED
        Rounded font required. If not specified, non-rounded font required.
      FTYPE_ROUNDED_DONT_CARE
        Rounded and non-rounded fonts can satisfy the request. If this option is specified, FTYPE_ROUNDED is ignored.


      [Back] [Next]