using System; namespace LYFZ.OtherExpansion.Win32.Const { public static class TTF { public const int TTF_IDISHWND = 1; public const int TTF_CENTERTIP = 2; public const int TTF_RTLREADING = 4; public const int TTF_SUBCLASS = 16; public const int TTF_TRACK = 32; public const int TTF_ABSOLUTE = 128; public const int TTF_TRANSPARENT = 256; public const int TTF_PARSELINKS = 4096; public const int TTF_DI_SETITEM = 32768; } }