flFlags (ULONG)

      FNTF_* flags.

      FNTF_NOVIEWPRINTERFONTS

        This flag is initialized only when both hpsScreen and hpsPrinter are not NULLHANDLE. On input, this parameter determines whether the printer fonts are to be included in the font list box. The user controls this with a check box.
      FNTF_NOVIEWSCREENFONTS
        This flag is initialized only when both hpsScreen and hpsPrinter are not NULLHANDLE. On input, this parameter determines whether the screen fonts should be included in the font list box. The user controls this with a check box.
      FNTF_PRINTERFONTSELECTED
        This determines if a printer-specific font is selected by the user. The application should make an approximation of this printer font when outputting to the screen. This is an output-only flag and is ignored on input.
      FNTF_SCREENFONTSELECTED
        This determines if a screen-specific font is selected by the user. The application should make an approximation of this screen font when outputting to the screen. This is an output-only flag and is ignored on input.


      [Back] [Next]