using System; namespace CPF.Mac.AppKit { [Flags] public enum NSFontCollectionOptions : ulong { ApplicationOnlyMask = 0x1 } }