// ------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace Win32.Graphics.DirectWrite; /// /// DWRITE_PANOSE_CHARACTER_RANGES public enum PanoseCharacterRanges : int { /// /// DWRITE_PANOSE_CHARACTER_RANGES_ANY Any = 0, /// /// DWRITE_PANOSE_CHARACTER_RANGES_NO_FIT NoFit = 1, /// /// DWRITE_PANOSE_CHARACTER_RANGES_EXTENDED_COLLECTION ExtendedCollection = 2, /// /// DWRITE_PANOSE_CHARACTER_RANGES_LITERALS Literals = 3, /// /// DWRITE_PANOSE_CHARACTER_RANGES_NO_LOWER_CASE NoLowerCase = 4, /// /// DWRITE_PANOSE_CHARACTER_RANGES_SMALL_CAPS SmallCaps = 5, }