usTypeFlags (SHORT)

      Type indicators.

      These flags contain the following information:

      FM_TYPE_FIXED

        Characters in the font have the same fixed width.
      FM_TYPE_LICENSED
        Licensed (protected) font.
      FM_TYPE_KERNING
        Font contains kerning information.
      FM_TYPE_64K
        Font is larger than 64KB (KB equals 1024 bytes) in size. Only one of the following bits (FM_TYPE_DBCS or FM_TYPE_MCBS) may be set. If both of those bits are false (not set), the font is for single-byte code pages.
      FM_TYPE_DBCS
        Font is for double-byte code pages.
      FM_TYPE_MBCS
        Font is for mixed single- and double-byte code pages.
      FM_TYPE_FACETRUNC
        Font szFacename[32] has been truncated.
      FM_TYPE_FAMTRUNC
        Font szFamilyname[32] has been truncated.


      [Back] [Next]