// ------------------------------------------------------------------------------ // // 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_WEIGHT public enum PanoseWeight : int { /// /// DWRITE_PANOSE_WEIGHT_ANY Any = 0, /// /// DWRITE_PANOSE_WEIGHT_NO_FIT NoFit = 1, /// /// DWRITE_PANOSE_WEIGHT_VERY_LIGHT VeryLight = 2, /// /// DWRITE_PANOSE_WEIGHT_LIGHT Light = 3, /// /// DWRITE_PANOSE_WEIGHT_THIN Thin = 4, /// /// DWRITE_PANOSE_WEIGHT_BOOK Book = 5, /// /// DWRITE_PANOSE_WEIGHT_MEDIUM Medium = 6, /// /// DWRITE_PANOSE_WEIGHT_DEMI Demi = 7, /// /// DWRITE_PANOSE_WEIGHT_BOLD Bold = 8, /// /// DWRITE_PANOSE_WEIGHT_HEAVY Heavy = 9, /// /// DWRITE_PANOSE_WEIGHT_BLACK Black = 10, /// /// DWRITE_PANOSE_WEIGHT_EXTRA_BLACK ExtraBlack = 11, /// /// DWRITE_PANOSE_WEIGHT_NORD Nord = 11, }