// ------------------------------------------------------------------------------
//
// 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_BASELINE
public enum Baseline : int
{
///
/// DWRITE_BASELINE_DEFAULT
Default = 0,
///
/// DWRITE_BASELINE_ROMAN
Roman = 1,
///
/// DWRITE_BASELINE_CENTRAL
Central = 2,
///
/// DWRITE_BASELINE_MATH
Math = 3,
///
/// DWRITE_BASELINE_HANGING
Hanging = 4,
///
/// DWRITE_BASELINE_IDEOGRAPHIC_BOTTOM
IdeographicBottom = 5,
///
/// DWRITE_BASELINE_IDEOGRAPHIC_TOP
IdeographicTop = 6,
///
/// DWRITE_BASELINE_MINIMUM
Minimum = 7,
///
/// DWRITE_BASELINE_MAXIMUM
Maximum = 8,
}