fsType (USHORT)

      Type indicators.

      This field contains 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. If the following two bits are false, the font is for single-byte code pages. One of the bits may be set.
      FM_TYPE_DBCS
        Font is for double-byte code pages.
      FM_TYPE_MBCS
        Font is for mixed single- or double-byte code pages.
      FM_TYPE_FACETRUNC
        Font szFacename has been truncated.
      FM_TYPE_FAMTRUNC
        Font szFamilyname has been truncated.
      FM_TYPE_ATOMS
        The System Atom table atom values in FamilyNameAtom and in FaceNameAtom are valid.


      [Back] [Next]