Files
Vortice.Win32/src/Vortice.Win32.DirectWrite/DirectWrite.xml
2022-10-07 13:51:11 +02:00

3307 lines
202 KiB
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<doc>
<member name="DWRITE_OVERHANG_METRICS">
<summary>
<para>Indicates how much any visible DIPs (device independent pixels) overshoot each side of the layout or inline objects.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_overhang_metrics" /></para>
</summary>
</member>
<member name="DWRITE_OVERHANG_METRICS::left">
<summary>The distance from the left-most visible DIP to its left-alignment edge.</summary>
</member>
<member name="DWRITE_OVERHANG_METRICS::top">
<summary>The distance from the top-most visible DIP to its top alignment edge.</summary>
</member>
<member name="DWRITE_OVERHANG_METRICS::right">
<summary>The distance from the right-most visible DIP to its right-alignment edge.</summary>
</member>
<member name="DWRITE_OVERHANG_METRICS::bottom">
<summary>The distance from the bottom-most visible DIP to its lower-alignment edge.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID">
<summary>
<para>Identifies a string in a font.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_font_property_id" /></para>
</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_NONE">
<summary>Unspecified font property identifier.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_FULL_NAME">
<summary>The full name of the font, for example "Arial Bold", from name id 4 in the name table.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_WIN32_FAMILY_NAME">
<summary>GDI-compatible family name. Because GDI allows a maximum of four fonts per family, fonts in the same family may have different GDI-compatible family names,
for example "Arial", "Arial Narrow", "Arial Black".</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_POSTSCRIPT_NAME">
<summary>The postscript name of the font, for example "GillSans-Bold", from name id 6 in the name table.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_DESIGN_SCRIPT_LANGUAGE_TAG">
<summary>Script/language tag to identify the scripts or languages that the font was primarily designed to support.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_SUPPORTED_SCRIPT_LANGUAGE_TAG">
<summary>Script/language tag to identify the scripts or languages that the font declares it is able to support.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_SEMANTIC_TAG">
<summary>Semantic tag to describe the font, for example Fancy, Decorative, Handmade, Sans-serif, Swiss, Pixel, Futuristic.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_WEIGHT">
<summary>Weight of the font represented as a decimal string in the range 1-999.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_STRETCH">
<summary>Stretch of the font represented as a decimal string in the range 1-9.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_STYLE">
<summary>Style of the font represented as a decimal string in the range 0-2.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_TOTAL">
<summary>Total number of properties.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_PREFERRED_FAMILY_NAME">
<summary>Family name preferred by the designer. This enables font designers to group more than four fonts in a single family without losing compatibility with
GDI. This name is typically only present if it differs from the GDI-compatible family name.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_FAMILY_NAME">
<summary>Family name for the weight-width-slope model.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY_ID::DWRITE_FONT_PROPERTY_ID_FACE_NAME">
<summary>Face name of the font, for example Regular or Bold.</summary>
</member>
<member name="DWRITE_WORD_WRAPPING">
<summary>
<para>Specifies the word wrapping to be used in a particular multiline paragraph.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_word_wrapping" /></para>
</summary>
</member>
<member name="DWRITE_WORD_WRAPPING::DWRITE_WORD_WRAPPING_WRAP">
<summary>Indicates that words are broken across lines to avoid text overflowing the layout box.</summary>
</member>
<member name="DWRITE_WORD_WRAPPING::DWRITE_WORD_WRAPPING_NO_WRAP">
<summary>Indicates that words are kept within the same line even when it overflows the layout box. This option is often used with scrolling to reveal overflow text.</summary>
</member>
<member name="DWRITE_WORD_WRAPPING::DWRITE_WORD_WRAPPING_EMERGENCY_BREAK">
<summary><div class="alert"><b>Note</b>  Windows 8.1 and later only.</div>
<div> </div>
Words are broken across lines to avoid text overflowing the layout box.
Emergency wrapping occurs if the word is larger than the maximum width.</summary>
</member>
<member name="DWRITE_WORD_WRAPPING::DWRITE_WORD_WRAPPING_WHOLE_WORD">
<summary><div class="alert"><b>Note</b>  Windows 8.1 and later only.</div>
<div> </div>
When emergency wrapping, only wrap whole words, never breaking words when the layout width is too small for even a single word.</summary>
</member>
<member name="DWRITE_WORD_WRAPPING::DWRITE_WORD_WRAPPING_CHARACTER">
<summary><div class="alert"><b>Note</b>  Windows 8.1 and later only.</div>
<div> </div>
Wrap between any valid character clusters.</summary>
</member>
<member name="DWRITE_FONT_SOURCE_TYPE">
<summary>
<para>Defines constants that specify the mechanism by which a font came to be included in a font set.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_font_source_type" /></para>
</summary>
</member>
<member name="DWRITE_FONT_SOURCE_TYPE::DWRITE_FONT_SOURCE_TYPE_UNKNOWN">
<summary>Specifies that the font source is unknown, or is not any of the other defined font source types.</summary>
</member>
<member name="DWRITE_FONT_SOURCE_TYPE::DWRITE_FONT_SOURCE_TYPE_PER_MACHINE">
<summary>Specifies that the font source is a font file that's installed for all users on the device.</summary>
</member>
<member name="DWRITE_FONT_SOURCE_TYPE::DWRITE_FONT_SOURCE_TYPE_PER_USER">
<summary>Specifies that the font source is a font file that's installed for the current user.</summary>
</member>
<member name="DWRITE_FONT_SOURCE_TYPE::DWRITE_FONT_SOURCE_TYPE_APPX_PACKAGE">
<summary>Specifies that the font source is an APPX package, which includes one or more font files. The font source name is the full name of the package.</summary>
</member>
<member name="DWRITE_FONT_SOURCE_TYPE::DWRITE_FONT_SOURCE_TYPE_REMOTE_FONT_PROVIDER">
<summary>Specifies that the font source is a font provider for downloadable fonts.</summary>
</member>
<member name="DWRITE_PIXEL_GEOMETRY">
<summary>
<para>Represents the internal structure of a device pixel (that is, the physical arrangement of red, green, and blue color components) that is assumed for purposes of rendering text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_pixel_geometry" /></para>
</summary>
</member>
<member name="DWRITE_PIXEL_GEOMETRY::DWRITE_PIXEL_GEOMETRY_FLAT">
<summary>The red, green, and blue color components of each pixel are assumed to occupy the same point.</summary>
</member>
<member name="DWRITE_PIXEL_GEOMETRY::DWRITE_PIXEL_GEOMETRY_RGB">
<summary>Each pixel is composed of three vertical stripes, with red on the left, green in the center, and
blue on the right. This is the most common pixel geometry for LCD monitors.</summary>
</member>
<member name="DWRITE_PIXEL_GEOMETRY::DWRITE_PIXEL_GEOMETRY_BGR">
<summary>Each pixel is composed of three vertical stripes, with blue on the left, green in the center, and
red on the right.</summary>
</member>
<member name="DWRITE_FONT_AXIS_ATTRIBUTES">
<summary>
<para>Defines constants that specify attributes for a font axis.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_font_axis_attributes" /></para>
</summary>
</member>
<member name="DWRITE_FONT_AXIS_ATTRIBUTES::DWRITE_FONT_AXIS_ATTRIBUTES_NONE">
<summary>Specifies no attributes.</summary>
</member>
<member name="DWRITE_FONT_AXIS_ATTRIBUTES::DWRITE_FONT_AXIS_ATTRIBUTES_VARIABLE">
<summary>Specifies that this axis is implemented as a variation axis in a variable font, with a continuous range of values, such as a range of weights from 100..900. Otherwise, it is either a static axis that holds a single point, or it has a range but doesn't vary, such as optical size in the Skia Heading font (which covers a range of points but doesn't interpolate any new glyph outlines).</summary>
</member>
<member name="DWRITE_FONT_AXIS_ATTRIBUTES::DWRITE_FONT_AXIS_ATTRIBUTES_HIDDEN">
<summary>Specifies that this axis is recommended to be remain hidden in user interfaces. The font developer may recommend this if an axis is intended to be accessed only programmatically, or is meant for font-internal or font-developer use only. The axis may be exposed in lower-level font inspection utilities, but should not be exposed in common nor even advanced-mode user interfaces in content-authoring apps.</summary>
</member>
<member name="DWRITE_TYPOGRAPHIC_FEATURES">
<summary>
<para>Contains a set of typographic features to be applied during text shaping.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_typographic_features" /></para>
</summary>
</member>
<member name="DWRITE_TYPOGRAPHIC_FEATURES::features">
<summary>A pointer to a structure that specifies properties used to identify and execute typographic features in the font.</summary>
</member>
<member name="DWRITE_TYPOGRAPHIC_FEATURES::featureCount">
<summary>A value that indicates the number of features being applied to a font face.</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE">
<summary>
<para>The type of a font represented by a single font file. Font formats that consist of multiple files, for example Type 1 .PFM and .PFB, have separate enum values for each of the file types.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_font_file_type" /></para>
</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE::DWRITE_FONT_FILE_TYPE_UNKNOWN">
<summary>Font type is not recognized by the DirectWrite font system.</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE::DWRITE_FONT_FILE_TYPE_CFF">
<summary>OpenType font with CFF outlines.</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE::DWRITE_FONT_FILE_TYPE_TRUETYPE">
<summary>OpenType font with TrueType outlines.</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE::DWRITE_FONT_FILE_TYPE_TYPE1_PFM">
<summary>Type 1 PFM font.</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE::DWRITE_FONT_FILE_TYPE_TYPE1_PFB">
<summary>Type 1 PFB font.</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE::DWRITE_FONT_FILE_TYPE_VECTOR">
<summary>Vector .FON font.</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE::DWRITE_FONT_FILE_TYPE_BITMAP">
<summary>Bitmap .FON font.</summary>
</member>
<member name="DWRITE_FONT_FILE_TYPE::DWRITE_FONT_FILE_TYPE_TRUETYPE_COLLECTION">
<summary>OpenType font that contains a TrueType collection.</summary>
</member>
<member name="DWRITE_PANOSE_XASCENT">
<summary>
<para>The DWRITE_PANOSE_XASCENT enumeration contains values that specify the relative size of the lowercase letters.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_xascent" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_XASCENT::DWRITE_PANOSE_XASCENT_ANY">
<summary>Any xascent.</summary>
</member>
<member name="DWRITE_PANOSE_XASCENT::DWRITE_PANOSE_XASCENT_NO_FIT">
<summary>No fit for xascent.</summary>
</member>
<member name="DWRITE_PANOSE_XASCENT::DWRITE_PANOSE_XASCENT_VERY_LOW">
<summary>Very low xascent.</summary>
</member>
<member name="DWRITE_PANOSE_XASCENT::DWRITE_PANOSE_XASCENT_LOW">
<summary>Low xascent.</summary>
</member>
<member name="DWRITE_PANOSE_XASCENT::DWRITE_PANOSE_XASCENT_MEDIUM">
<summary>Medium xascent.</summary>
</member>
<member name="DWRITE_PANOSE_XASCENT::DWRITE_PANOSE_XASCENT_HIGH">
<summary>High xascent.</summary>
</member>
<member name="DWRITE_PANOSE_XASCENT::DWRITE_PANOSE_XASCENT_VERY_HIGH">
<summary>Very high xascent.</summary>
</member>
<member name="DWRITE_FACTORY_TYPE">
<summary>
<para>Specifies the type of DirectWrite factory object.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_factory_type" /></para>
</summary>
</member>
<member name="DWRITE_FACTORY_TYPE::DWRITE_FACTORY_TYPE_SHARED">
<summary>Indicates that the DirectWrite factory is a shared factory and that it allows for the reuse of cached font data across multiple in-process components. Such factories also take advantage of cross process font caching components for better performance.</summary>
</member>
<member name="DWRITE_FACTORY_TYPE::DWRITE_FACTORY_TYPE_ISOLATED">
<summary>Indicates that the DirectWrite factory object is isolated. Objects created from the isolated factory do not interact with internal DirectWrite state from other components.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS">
<summary>
<para>The DWRITE_PANOSE_DECORATIVE_CLASS enumeration contains values that specify the general look of the character face.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_decorative_class" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_ANY">
<summary>Any class of decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_NO_FIT">
<summary>No fit for decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_DERIVATIVE">
<summary>Derivative decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_TOPOLOGY">
<summary>Nonstandard topology decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ELEMENTS">
<summary>Nonstandard elements decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_NONSTANDARD_ASPECT">
<summary>Nonstandard aspect decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_INITIALS">
<summary>Initials decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_CARTOON">
<summary>Cartoon decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_PICTURE_STEMS">
<summary>Picture stems decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_ORNAMENTED">
<summary>Ornamented decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_TEXT_AND_BACKGROUND">
<summary>Text and background decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_COLLAGE">
<summary>Collage decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_CLASS::DWRITE_PANOSE_DECORATIVE_CLASS_MONTAGE">
<summary>Montage decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE_CHARACTER_RANGES">
<summary>
<para>The DWRITE_PANOSE_CHARACTER_RANGES enumeration contains values that specify the type of characters available in the font.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_character_ranges" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_CHARACTER_RANGES::DWRITE_PANOSE_CHARACTER_RANGES_ANY">
<summary>Any range.</summary>
</member>
<member name="DWRITE_PANOSE_CHARACTER_RANGES::DWRITE_PANOSE_CHARACTER_RANGES_NO_FIT">
<summary>No fit for range.</summary>
</member>
<member name="DWRITE_PANOSE_CHARACTER_RANGES::DWRITE_PANOSE_CHARACTER_RANGES_EXTENDED_COLLECTION">
<summary>The range includes extended collection.</summary>
</member>
<member name="DWRITE_PANOSE_CHARACTER_RANGES::DWRITE_PANOSE_CHARACTER_RANGES_LITERALS">
<summary>The range includes literals.</summary>
</member>
<member name="DWRITE_PANOSE_CHARACTER_RANGES::DWRITE_PANOSE_CHARACTER_RANGES_NO_LOWER_CASE">
<summary>The range doesn't include lower case.</summary>
</member>
<member name="DWRITE_PANOSE_CHARACTER_RANGES::DWRITE_PANOSE_CHARACTER_RANGES_SMALL_CAPS">
<summary>The range includes small capitals.</summary>
</member>
<member name="DWRITE_PANOSE_FAMILY">
<summary>
<para>The DWRITE_PANOSE_FAMILY enumeration contains values that specify the kind of typeface classification.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_family" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_FAMILY::DWRITE_PANOSE_FAMILY_ANY">
<summary>Any typeface classification.</summary>
</member>
<member name="DWRITE_PANOSE_FAMILY::DWRITE_PANOSE_FAMILY_NO_FIT">
<summary>No fit typeface classification.</summary>
</member>
<member name="DWRITE_PANOSE_FAMILY::DWRITE_PANOSE_FAMILY_TEXT_DISPLAY">
<summary>Text display typeface classification.</summary>
</member>
<member name="DWRITE_PANOSE_FAMILY::DWRITE_PANOSE_FAMILY_SCRIPT">
<summary>Script (or hand written) typeface classification.</summary>
</member>
<member name="DWRITE_PANOSE_FAMILY::DWRITE_PANOSE_FAMILY_DECORATIVE">
<summary>Decorative typeface classification.</summary>
</member>
<member name="DWRITE_PANOSE_FAMILY::DWRITE_PANOSE_FAMILY_SYMBOL">
<summary>Symbol typeface classification.</summary>
</member>
<member name="DWRITE_PANOSE_FAMILY::DWRITE_PANOSE_FAMILY_PICTORIAL">
<summary>Pictorial (or symbol) typeface classification.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO">
<summary>
<para>The DWRITE_PANOSE_SYMBOL_ASPECT_RATIO enumeration contains values that specify the aspect ratio of symbolic characters.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_symbol_aspect_ratio" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_ANY">
<summary>Any aspect ratio of symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_FIT">
<summary>No fit for aspect ratio of symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NO_WIDTH">
<summary>No width aspect ratio of symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_EXCEPTIONALLY_WIDE">
<summary>Exceptionally wide symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_SUPER_WIDE">
<summary>Super wide symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_WIDE">
<summary>Very wide symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_WIDE">
<summary>Wide symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NORMAL">
<summary>Normal aspect ratio of symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_NARROW">
<summary>Narrow symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_ASPECT_RATIO::DWRITE_PANOSE_SYMBOL_ASPECT_RATIO_VERY_NARROW">
<summary>Very narrow symbolic characters.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE">
<summary>
<para>The DWRITE_PANOSE_ARM_STYLE enumeration contains values that specify the style of termination of stems and rounded letterforms for text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_arm_style" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_ANY">
<summary>Any arm style.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_NO_FIT">
<summary>No fit arm style.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORIZONTAL">
<summary>The arm style is straight horizontal.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_WEDGE">
<summary>The arm style is straight wedge.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERTICAL">
<summary>The arm style is straight vertical.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_SINGLE_SERIF">
<summary>The arm style is straight single serif.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_DOUBLE_SERIF">
<summary>The arm style is straight double serif.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_HORIZONTAL">
<summary>The arm style is non-straight horizontal.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_WEDGE">
<summary>The arm style is non-straight wedge.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_VERTICAL">
<summary>The arm style is non-straight vertical.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_SINGLE_SERIF">
<summary>The arm style is non-straight single serif.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_NONSTRAIGHT_ARMS_DOUBLE_SERIF">
<summary>The arm style is non-straight double serif.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_HORZ">
<summary>The arm style is straight horizontal.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_STRAIGHT_ARMS_VERT">
<summary>The arm style is straight vertical.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_HORZ">
<summary>The arm style is non-straight horizontal.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_WEDGE">
<summary>The arm style is non-straight wedge.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_VERT">
<summary>The arm style is non-straight vertical.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_SINGLE_SERIF">
<summary>The arm style is non-straight single serif.</summary>
</member>
<member name="DWRITE_PANOSE_ARM_STYLE::DWRITE_PANOSE_ARM_STYLE_BENT_ARMS_DOUBLE_SERIF">
<summary>The arm style is non-straight double serif.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND">
<summary>
<para>The DWRITE_PANOSE_TOOL_KIND enumeration contains values that specify the kind of tool that is used to create character forms.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_tool_kind" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_ANY">
<summary>Any kind of tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_NO_FIT">
<summary>No fit for the kind of tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_FLAT_NIB">
<summary>Flat NIB tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_PRESSURE_POINT">
<summary>Pressure point tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_ENGRAVED">
<summary>Engraved tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_BALL">
<summary>Ball tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_BRUSH">
<summary>Brush tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_ROUGH">
<summary>Rough tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_FELT_PEN_BRUSH_TIP">
<summary>Felt-pen-brush-tip tool.</summary>
</member>
<member name="DWRITE_PANOSE_TOOL_KIND::DWRITE_PANOSE_TOOL_KIND_WILD_BRUSH">
<summary>Wild-brush tool.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS">
<summary>
<para>Specifies which formats are supported in the font, either at a font-wide level or per glyph.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dcommon/ne-dcommon-dwrite_glyph_image_formats" /></para>
</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_NONE">
<summary>Indicates no data is available for this glyph.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_TRUETYPE">
<summary>The glyph has TrueType outlines.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_CFF">
<summary>The glyph has CFF outlines.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_COLR">
<summary>The glyph has multilayered COLR data.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_SVG">
<summary>The glyph has SVG outlines as standard XML. Fonts may store the content gzip'd rather than plain text, indicated by the first two bytes as gzip header {0x1F 0x8B}.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_PNG">
<summary>The glyph has PNG image data, with standard PNG IHDR.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_JPEG">
<summary>The glyph has JPEG image data, with standard JIFF SOI header.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_TIFF">
<summary>The glyph has TIFF image data.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_FORMATS::DWRITE_GLYPH_IMAGE_FORMATS_PREMULTIPLIED_B8G8R8A8">
<summary>The glyph has raw 32-bit premultiplied BGRA data.</summary>
</member>
<member name="DWRITE_FONT_FAMILY_MODEL">
<summary>
<para>Defines constants that specify how font families are grouped together.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_font_family_model" /></para>
</summary>
</member>
<member name="DWRITE_FONT_FAMILY_MODEL::DWRITE_FONT_FAMILY_MODEL_TYPOGRAPHIC">
<summary>Families are grouped by the typographic family name preferred by the font author. The family can contain as many faces as the font author wants. This corresponds to <a href="https://docs.microsoft.com/windows/win32/api/dwrite_3/ne-dwrite_3-dwrite_font_property_id">DWRITE_FONT_PROPERTY_ID_TYPOGRAPHIC_FAMILY_NAME</a>.</summary>
</member>
<member name="DWRITE_FONT_FAMILY_MODEL::DWRITE_FONT_FAMILY_MODEL_WEIGHT_STRETCH_STYLE">
<summary>Families are grouped by the weight-stretch-style family name, where all faces that differ only by those three axes are grouped into the same family, but any other axes go into a distinct family. For example, the Sitka family with six different optical sizes yields six separate families (Sitka Caption, Display, Text, Subheading, Heading, Banner...). This corresponds to <a href="https://docs.microsoft.com/windows/win32/api/dwrite_3/ne-dwrite_3-dwrite_font_property_id">DWRITE_FONT_PROPERTY_ID_WEIGHT_STRETCH_STYLE_FAMILY_NAME</a>.</summary>
</member>
<member name="DWRITE_MEASURING_MODE">
<summary>
<para>Indicates the measuring method used for text layout.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dcommon/ne-dcommon-dwrite_measuring_mode" /></para>
</summary>
</member>
<member name="DWRITE_MEASURING_MODE::DWRITE_MEASURING_MODE_NATURAL">
<summary>Specifies that text is measured using glyph ideal metrics whose values are independent to the current display resolution.</summary>
</member>
<member name="DWRITE_MEASURING_MODE::DWRITE_MEASURING_MODE_GDI_CLASSIC">
<summary>Specifies that text is measured using glyph display-compatible metrics whose values tuned for the current display resolution.</summary>
</member>
<member name="DWRITE_MEASURING_MODE::DWRITE_MEASURING_MODE_GDI_NATURAL">
<summary>Specifies that text is measured using the same glyph display metrics as text measured by GDI using a font created with CLEARTYPE_NATURAL_QUALITY.</summary>
</member>
<member name="DWRITE_FONT_STRETCH">
<summary>
<para>Represents the degree to which a font has been stretched compared to a font's normal aspect ratio.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_font_stretch" /></para>
</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_UNDEFINED">
<summary>Predefined font stretch : Not known (0).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_ULTRA_CONDENSED">
<summary>Predefined font stretch : Ultra-condensed (1).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_EXTRA_CONDENSED">
<summary>Predefined font stretch : Extra-condensed (2).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_CONDENSED">
<summary>Predefined font stretch : Condensed (3).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_SEMI_CONDENSED">
<summary>Predefined font stretch : Semi-condensed (4).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_NORMAL">
<summary>Predefined font stretch : Normal (5).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_MEDIUM">
<summary>Predefined font stretch : Medium (5).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_SEMI_EXPANDED">
<summary>Predefined font stretch : Semi-expanded (6).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_EXPANDED">
<summary>Predefined font stretch : Expanded (7).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_EXTRA_EXPANDED">
<summary>Predefined font stretch : Extra-expanded (8).</summary>
</member>
<member name="DWRITE_FONT_STRETCH::DWRITE_FONT_STRETCH_ULTRA_EXPANDED">
<summary>Predefined font stretch : Ultra-expanded (9).</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS">
<summary>
<para>The DWRITE_PANOSE_FINIALS enumeration contains values that specify how character ends and miniscule ascenders are treated.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_finials" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_ANY">
<summary>Any finials.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_NO_FIT">
<summary>No fit for finials.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_NONE_NO_LOOPS">
<summary>No loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_NONE_CLOSED_LOOPS">
<summary>No closed loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_NONE_OPEN_LOOPS">
<summary>No open loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_SHARP_NO_LOOPS">
<summary>Sharp with no loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_SHARP_CLOSED_LOOPS">
<summary>Sharp with closed loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_SHARP_OPEN_LOOPS">
<summary>Sharp with open loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_TAPERED_NO_LOOPS">
<summary>Tapered with no loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_TAPERED_CLOSED_LOOPS">
<summary>Tapered with closed loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_TAPERED_OPEN_LOOPS">
<summary>Tapered with open loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_ROUND_NO_LOOPS">
<summary>Round with no loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_ROUND_CLOSED_LOOPS">
<summary>Round with closed loops.</summary>
</member>
<member name="DWRITE_PANOSE_FINIALS::DWRITE_PANOSE_FINIALS_ROUND_OPEN_LOOPS">
<summary>Round with open loops.</summary>
</member>
<member name="DWRITE_PANOSE_LINING">
<summary>
<para>The DWRITE_PANOSE_LINING enumeration contains values that specify the handling of the outline for the decorative typeface.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_lining" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_ANY">
<summary>Any lining.</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_NO_FIT">
<summary>No fit for lining.</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_NONE">
<summary>No lining.</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_INLINE">
<summary>The lining is inline.</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_OUTLINE">
<summary>The lining is outline.</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_ENGRAVED">
<summary>The lining is engraved.</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_SHADOW">
<summary>The lining is shadowed.</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_RELIEF">
<summary>The lining is relief.</summary>
</member>
<member name="DWRITE_PANOSE_LINING::DWRITE_PANOSE_LINING_BACKDROP">
<summary>The lining is backdrop.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT">
<summary>
<para>The DWRITE_PANOSE_WEIGHT enumeration contains values that specify the weight of characters.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_weight" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_ANY">
<summary>Any weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_NO_FIT">
<summary>No fit weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_VERY_LIGHT">
<summary>Very light weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_LIGHT">
<summary>Light weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_THIN">
<summary>Thin weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_BOOK">
<summary>Book weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_MEDIUM">
<summary>Medium weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_DEMI">
<summary>Demi weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_BOLD">
<summary>Bold weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_HEAVY">
<summary>Heavy weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_BLACK">
<summary>Black weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_EXTRA_BLACK">
<summary>Extra black weight.</summary>
</member>
<member name="DWRITE_PANOSE_WEIGHT::DWRITE_PANOSE_WEIGHT_NORD">
<summary>Extra black weight.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY">
<summary>
<para>The DWRITE_PANOSE_SCRIPT_TOPOLOGY enumeration contains values that specify the topology of letterforms.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_script_topology" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_ANY">
<summary>Any script topology.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_NO_FIT">
<summary>No fit for script topology.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_DISCONNECTED">
<summary>Script topology is roman disconnected.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_TRAILING">
<summary>Script topology is roman trailing.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_ROMAN_CONNECTED">
<summary>Script topology is roman connected.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_DISCONNECTED">
<summary>Script topology is cursive disconnected.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_TRAILING">
<summary>Script topology is cursive trailing.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_CURSIVE_CONNECTED">
<summary>Script topology is cursive connected.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_DISCONNECTED">
<summary>Script topology is black-letter disconnected.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_TRAILING">
<summary>Script topology is black-letter trailing.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_TOPOLOGY::DWRITE_PANOSE_SCRIPT_TOPOLOGY_BLACKLETTER_CONNECTED">
<summary>Script topology is black-letter connected.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT_RATIO">
<summary>
<para>The DWRITE_PANOSE_ASPECT_RATIO enumeration contains values that specify info about the ratio between width and height of the character face.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_aspect_ratio" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT_RATIO::DWRITE_PANOSE_ASPECT_RATIO_ANY">
<summary>Any aspect ratio.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT_RATIO::DWRITE_PANOSE_ASPECT_RATIO_NO_FIT">
<summary>No fit for aspect ratio.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT_RATIO::DWRITE_PANOSE_ASPECT_RATIO_VERY_CONDENSED">
<summary>Very condensed aspect ratio.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT_RATIO::DWRITE_PANOSE_ASPECT_RATIO_CONDENSED">
<summary>Condensed aspect ratio.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT_RATIO::DWRITE_PANOSE_ASPECT_RATIO_NORMAL">
<summary>Normal aspect ratio.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT_RATIO::DWRITE_PANOSE_ASPECT_RATIO_EXPANDED">
<summary>Expanded aspect ratio.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT_RATIO::DWRITE_PANOSE_ASPECT_RATIO_VERY_EXPANDED">
<summary>Very expanded aspect ratio.</summary>
</member>
<member name="DWRITE_CARET_METRICS">
<summary>
<para>The DWRITE_CARET_METRICS structure specifies the metrics for caret placement in a font.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ns-dwrite_1-dwrite_caret_metrics" /></para>
</summary>
</member>
<member name="DWRITE_CARET_METRICS::slopeRise">
<summary>Vertical rise of the caret in font design units. Rise / Run yields the caret angle. Rise = 1 for perfectly upright fonts (non-italic).</summary>
</member>
<member name="DWRITE_CARET_METRICS::slopeRun">
<summary>Horizontal run of the caret in font design units. Rise / Run yields the caret angle. Run = 0 for perfectly upright fonts (non-italic).</summary>
</member>
<member name="DWRITE_CARET_METRICS::offset">
<summary>Horizontal offset of the caret, in font design units, along the baseline for good appearance. Offset = 0 for perfectly upright fonts (non-italic).</summary>
</member>
<member name="DWRITE_TEXT_ALIGNMENT">
<summary>
<para>Specifies the alignment of paragraph text along the reading direction axis, relative to the leading and trailing edge of the layout box.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_text_alignment" /></para>
</summary>
</member>
<member name="DWRITE_TEXT_ALIGNMENT::DWRITE_TEXT_ALIGNMENT_LEADING">
<summary>The leading edge of the paragraph text is aligned to the leading edge of the layout box.</summary>
</member>
<member name="DWRITE_TEXT_ALIGNMENT::DWRITE_TEXT_ALIGNMENT_TRAILING">
<summary>The trailing edge of the paragraph text is aligned to the trailing edge of the layout box.</summary>
</member>
<member name="DWRITE_TEXT_ALIGNMENT::DWRITE_TEXT_ALIGNMENT_CENTER">
<summary>The center of the paragraph text is aligned to the center of the layout box.</summary>
</member>
<member name="DWRITE_TEXT_ALIGNMENT::DWRITE_TEXT_ALIGNMENT_JUSTIFIED">
<summary>Align text to the leading side, and also justify text to fill the lines.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT">
<summary>
<para>The DWRITE_PANOSE_XHEIGHT enumeration contains values that specify info about the relative size of lowercase letters and the treatment of diacritic marks (xheight).</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_xheight" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_ANY">
<summary>Any xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_NO_FIT">
<summary>No fit xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL">
<summary>Constant small xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD">
<summary>Constant standard xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE">
<summary>Constant large xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL">
<summary>Ducking small xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD">
<summary>Ducking standard xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE">
<summary>Ducking large xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_CONSTANT_STD">
<summary>Constant standard xheight.</summary>
</member>
<member name="DWRITE_PANOSE_XHEIGHT::DWRITE_PANOSE_XHEIGHT_DUCKING_STD">
<summary>Ducking standard xheight.</summary>
</member>
<member name="DWRITE_STRIKETHROUGH">
<summary>
<para>Contains information regarding the size and placement of strikethroughs.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_strikethrough" /></para>
</summary>
</member>
<member name="DWRITE_STRIKETHROUGH::width">
<summary>A value that indicates the width of the strikethrough, measured parallel to the baseline.</summary>
</member>
<member name="DWRITE_STRIKETHROUGH::thickness">
<summary>A value that indicates the thickness of the strikethrough, measured perpendicular to the baseline.</summary>
</member>
<member name="DWRITE_STRIKETHROUGH::offset">
<summary>A value that indicates the offset of the strikethrough from the baseline.
A positive offset represents a position below the baseline and
a negative offset is above. Typically, the offset will be negative.</summary>
</member>
<member name="DWRITE_STRIKETHROUGH::readingDirection">
<summary>Reading direction of the text associated with the strikethrough.
This value is used to interpret whether the width value runs horizontally
or vertically.</summary>
</member>
<member name="DWRITE_STRIKETHROUGH::flowDirection">
<summary>Flow direction of the text associated with the strikethrough.
This value is used to interpret whether the thickness value advances top to
bottom, left to right, or right to left.</summary>
</member>
<member name="DWRITE_STRIKETHROUGH::localeName">
<summary>An array of characters containing the locale of the text that is the strikethrough is being drawn over.</summary>
</member>
<member name="DWRITE_STRIKETHROUGH::measuringMode">
<summary>The measuring mode can be useful to the renderer to determine how underlines are rendered, such as rounding the thickness to a whole pixel in GDI-compatible modes.</summary>
</member>
<member name="DWRITE_TEXT_METRICS">
<summary>
<para>Contains the metrics associated with text after layout.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_text_metrics" /></para>
</summary>
</member>
<member name="DWRITE_TEXT_METRICS::left">
<summary>A value that indicates the left-most point of formatted text relative to the layout box,
while excluding any glyph overhang.</summary>
</member>
<member name="DWRITE_TEXT_METRICS::top">
<summary>A value that indicates the top-most point of formatted text relative to the layout box, while excluding any glyph overhang.</summary>
</member>
<member name="DWRITE_TEXT_METRICS::width">
<summary>A value that indicates the width of the formatted text, while ignoring trailing whitespace
at the end of each line.</summary>
</member>
<member name="DWRITE_TEXT_METRICS::widthIncludingTrailingWhitespace">
<summary>The width of the formatted text, taking into account the
trailing whitespace at the end of each line.</summary>
</member>
<member name="DWRITE_TEXT_METRICS::height">
<summary>The height of the formatted text. The height of an empty string
is set to the same value as that of the default font.</summary>
</member>
<member name="DWRITE_TEXT_METRICS::layoutWidth">
<summary>The initial width given to the layout. It can be either larger or smaller than the
text content width, depending on whether the text
was wrapped.</summary>
</member>
<member name="DWRITE_TEXT_METRICS::layoutHeight">
<summary>Initial height given to the layout. Depending on the length of the text, it may be larger or smaller than the text content height.</summary>
</member>
<member name="DWRITE_TEXT_METRICS::maxBidiReorderingDepth">
<summary>The maximum reordering count of any line of text, used
to calculate the most number of hit-testing boxes needed.
If the layout has no bidirectional text, or no text at all,
the minimum level is 1.</summary>
</member>
<member name="DWRITE_TEXT_METRICS::lineCount">
<summary>Total number of lines.</summary>
</member>
<member name="DWRITE_FONT_WEIGHT">
<summary>
<para>Represents the density of a typeface, in terms of the lightness or heaviness of the strokes.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_font_weight" /></para>
</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_THIN">
<summary>Predefined font weight : Thin (100).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_EXTRA_LIGHT">
<summary>Predefined font weight : Extra-light (200).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_ULTRA_LIGHT">
<summary>Predefined font weight : Ultra-light (200).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_LIGHT">
<summary>Predefined font weight : Light (300).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_SEMI_LIGHT">
<summary>Predefined font weight : Semi-Light (350).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_NORMAL">
<summary>Predefined font weight : Normal (400).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_REGULAR">
<summary>Predefined font weight : Regular (400).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_MEDIUM">
<summary>Predefined font weight : Medium (500).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_DEMI_BOLD">
<summary>Predefined font weight : Demi-bold (600).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_SEMI_BOLD">
<summary>Predefined font weight : Semi-bold (600).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_BOLD">
<summary>Predefined font weight : Bold (700).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_EXTRA_BOLD">
<summary>Predefined font weight : Extra-bold (800).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_ULTRA_BOLD">
<summary>Predefined font weight : Ultra-bold (800).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_BLACK">
<summary>Predefined font weight : Black (900).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_HEAVY">
<summary>Predefined font weight : Heavy (900).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_EXTRA_BLACK">
<summary>Predefined font weight : Extra-black (950).</summary>
</member>
<member name="DWRITE_FONT_WEIGHT::DWRITE_FONT_WEIGHT_ULTRA_BLACK">
<summary>Predefined font weight : Ultra-black (950).</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES">
<summary>
<para>The DWRITE_SCRIPT_PROPERTIES structure specifies script properties for caret navigation and justification.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ns-dwrite_1-dwrite_script_properties" /></para>
</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::isoScriptCode">
<summary>The standardized four character code for the given script.
<div class="alert"><b>Note</b>  These only include the general Unicode scripts, not any additional <a href="http://unicode.org/iso15924/iso15924-codes.html">ISO 15924</a> scripts for bibliographic distinction.</div>
<div> </div></summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::isoScriptNumber">
<summary>The standardized numeric code, ranging 0-999.</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::clusterLookahead">
<summary>Number of characters to estimate look-ahead for complex scripts. Latin and all Kana are generally 1. Indic scripts are up to 15, and most others are 8.
<div class="alert"><b>Note</b>  Combining marks and variation selectors can produce clusters that are longer than these look-aheads, so this estimate is considered typical language use. Diacritics must be tested explicitly separately.</div>
<div> </div></summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::justificationCharacter">
<summary>Appropriate character to elongate the given script for justification. For example:
<ul>
<li>Arabic - U+0640 Tatweel</li>
<li>Ogham - U+1680 Ogham Space Mark</li>
</ul></summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::restrictCaretToClusters">
<summary>Restrict the caret to whole clusters, like Thai and Devanagari. Scripts such as Arabic by default allow navigation between clusters. Others like Thai always navigate across whole clusters.</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::usesWordDividers">
<summary>The language uses dividers between words, such as spaces between Latin or the Ethiopic wordspace. Examples include Latin, Greek, Devanagari, and Ethiopic. Chinese, Korean, and Thai are excluded.</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::isDiscreteWriting">
<summary>The characters are discrete units from each other. This includes both block scripts and clustered scripts. Examples include Latin, Greek, Cyrillic, Hebrew, Chinese, and Thai.</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::isBlockWriting">
<summary>The language is a block script, expanding between characters. Examples include Chinese, Japanese, Korean, and Bopomofo.</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::isDistributedWithinCluster">
<summary>The language is justified within glyph clusters, not just between glyph clusters, such as the character sequence of Thai Lu and Sara Am (U+E026, U+E033), which form a single cluster but still expand between them. Examples include Thai, Lao, and Khmer.</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::isConnectedWriting">
<summary>The script's clusters are connected to each other (such as the baseline-linked Devanagari), and no separation is added between characters.
<div class="alert"><b>Note</b>  Cursively linked scripts like Arabic are also connected (but not all connected scripts are cursive). </div>
<div> </div>
Examples include Devanagari, Arabic, Syriac, Bengala, Gurmukhi, and Ogham. Latin, Chinese, and Thaana are excluded.</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::isCursiveWriting">
<summary>The script is naturally cursive (Arabic and Syriac), meaning it uses other justification methods like kashida extension rather than inter-character spacing.
<div class="alert"><b>Note</b>   Although other scripts like Latin and Japanese might actually support handwritten cursive forms, they are not considered cursive scripts.</div>
<div> </div>
Examples include Arabic, Syriac, and Mongolian. Thaana, Devanagari, Latin, and Chinese are excluded.</summary>
</member>
<member name="DWRITE_SCRIPT_PROPERTIES::reserved">
<summary>Reserved</summary>
</member>
<member name="DWRITE_UNDERLINE">
<summary>
<para>Contains information about the width, thickness, offset, run height, reading direction, and flow direction of an underline.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_underline" /></para>
</summary>
</member>
<member name="DWRITE_UNDERLINE::width">
<summary>A value that indicates the width of the underline, measured parallel to the baseline.</summary>
</member>
<member name="DWRITE_UNDERLINE::thickness">
<summary>A value that indicates the thickness of the underline, measured perpendicular to the baseline.</summary>
</member>
<member name="DWRITE_UNDERLINE::offset">
<summary>A value that indicates the offset of the underline from the baseline. A positive offset represents a position below the baseline (away from the text) and a negative offset is above (toward the text).</summary>
</member>
<member name="DWRITE_UNDERLINE::runHeight">
<summary>A value that indicates the height of the tallest run where the underline is applied.</summary>
</member>
<member name="DWRITE_UNDERLINE::readingDirection">
<summary>A value that indicates the reading direction of the text associated with the underline. This value is used to interpret whether the width value runs horizontally or vertically.</summary>
</member>
<member name="DWRITE_UNDERLINE::flowDirection">
<summary>A value that indicates the flow direction of the text associated with the underline. This value is used to interpret whether the thickness value advances top to bottom, left to right, or right to left.</summary>
</member>
<member name="DWRITE_UNDERLINE::localeName">
<summary>An array of characters which contains the locale of the text that the underline is being drawn under. For example, in vertical text, the underline belongs on the left for Chinese but on the right for Japanese.</summary>
</member>
<member name="DWRITE_UNDERLINE::measuringMode">
<summary>The measuring mode can be useful to the renderer to determine how underlines are rendered, such as rounding the thickness to a whole pixel in GDI-compatible modes.</summary>
</member>
<member name="DWRITE_OPTICAL_ALIGNMENT">
<summary>
<para>The optical margin alignment mode.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_2/ne-dwrite_2-dwrite_optical_alignment" /></para>
</summary>
</member>
<member name="DWRITE_OPTICAL_ALIGNMENT::DWRITE_OPTICAL_ALIGNMENT_NONE">
<summary>Align to the default origin and side-bearings of the glyph.</summary>
</member>
<member name="DWRITE_OPTICAL_ALIGNMENT::DWRITE_OPTICAL_ALIGNMENT_NO_SIDE_BEARINGS">
<summary>Align to the ink of the glyphs, such that the black box abuts the margins.</summary>
</member>
<member name="DWRITE_VERTICAL_GLYPH_ORIENTATION">
<summary>
<para>The DWRITE_VERTICAL_GLYPH_ORIENTATION enumeration contains values that specify the desired kind of glyph orientation for the text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_vertical_glyph_orientation" /></para>
</summary>
</member>
<member name="DWRITE_VERTICAL_GLYPH_ORIENTATION::DWRITE_VERTICAL_GLYPH_ORIENTATION_DEFAULT">
<summary>The default glyph orientation. In vertical layout, naturally horizontal scripts (Latin, Thai, Arabic, Devanagari) rotate 90 degrees clockwise, while ideographic scripts (Chinese, Japanese, Korean) remain upright, 0 degrees.</summary>
</member>
<member name="DWRITE_VERTICAL_GLYPH_ORIENTATION::DWRITE_VERTICAL_GLYPH_ORIENTATION_STACKED">
<summary>Stacked glyph orientation. Ideographic scripts and scripts that permit stacking (Latin, Hebrew) are stacked in vertical reading layout. Connected scripts (Arabic, Syriac, 'Phags-pa, Ogham), which would otherwise look broken if glyphs were kept at 0 degrees, remain connected and rotate.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS">
<summary>
<para>Describes the region obtained by a hit test.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_hit_test_metrics" /></para>
</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::textPosition">
<summary>The first text position within the hit region.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::length">
<summary>The number of text positions within the hit region.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::left">
<summary>The x-coordinate of the upper-left corner of the hit region.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::top">
<summary>The y-coordinate of the upper-left corner of the hit region.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::width">
<summary>The width of the hit region.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::height">
<summary>The height of the hit region.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::bidiLevel">
<summary>The <a href="https://docs.microsoft.com/windows/win32/api/dwrite/nf-dwrite-idwritetextanalyzer-analyzebidi">BIDI level</a> of the text positions within the hit region.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::isText">
<summary>true if the hit region contains text; otherwise, false.</summary>
</member>
<member name="DWRITE_HIT_TEST_METRICS::isTrimmed">
<summary>true if the text range is trimmed; otherwise, false.</summary>
</member>
<member name="DWRITE_GLYPH_OFFSET">
<summary>
<para>The optional adjustment to a glyph's position.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_glyph_offset" /></para>
</summary>
</member>
<member name="DWRITE_GLYPH_OFFSET::advanceOffset">
<summary>The offset in the advance direction of the run. A positive advance offset moves the glyph to the right (in pre-transform coordinates) if the run is left-to-right or to the left if the run is right-to-left.</summary>
</member>
<member name="DWRITE_GLYPH_OFFSET::ascenderOffset">
<summary>The offset in the ascent direction, that is, the direction ascenders point. A positive ascender offset moves the glyph up (in pre-transform coordinates). A negative ascender offset moves the glyph down.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT">
<summary>
<para>The DWRITE_PANOSE_ASPECT enumeration contains values that specify the ratio between the width and height of the character face.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_aspect" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_ANY">
<summary>Any aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_NO_FIT">
<summary>No fit for aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_SUPER_CONDENSED">
<summary>Super condensed aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_VERY_CONDENSED">
<summary>Very condensed aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_CONDENSED">
<summary>Condensed aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_NORMAL">
<summary>Normal aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_EXTENDED">
<summary>Extended aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_VERY_EXTENDED">
<summary>Very extended aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_SUPER_EXTENDED">
<summary>Super extended aspect.</summary>
</member>
<member name="DWRITE_PANOSE_ASPECT::DWRITE_PANOSE_ASPECT_MONOSPACED">
<summary>Monospace aspect.</summary>
</member>
<member name="DWRITE_SHAPING_TEXT_PROPERTIES">
<summary>
<para>Shaping output properties for an output glyph.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_shaping_text_properties" /></para>
</summary>
</member>
<member name="DWRITE_SHAPING_TEXT_PROPERTIES::isShapedAlone">
<summary>Indicates that the glyph is shaped alone.</summary>
</member>
<member name="DWRITE_SHAPING_TEXT_PROPERTIES::reserved">
<summary>Reserved for future use.</summary>
</member>
<member name="DWRITE_TEXT_ANTIALIAS_MODE">
<summary>
<para>The DWRITE_TEXT_ANTIALIAS_MODE enumeration contains values that specify the type of antialiasing to use for text when the rendering mode calls for antialiasing.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_text_antialias_mode" /></para>
</summary>
</member>
<member name="DWRITE_TEXT_ANTIALIAS_MODE::DWRITE_TEXT_ANTIALIAS_MODE_CLEARTYPE">
<summary>ClearType antialiasing computes coverage independently for the red, green, and blue color elements of each pixel. This allows for more detail than conventional antialiasing. However, because there is no one alpha value for each pixel, ClearType is not suitable for rendering text onto a transparent intermediate bitmap.</summary>
</member>
<member name="DWRITE_TEXT_ANTIALIAS_MODE::DWRITE_TEXT_ANTIALIAS_MODE_GRAYSCALE">
<summary>Grayscale antialiasing computes one coverage value for each pixel. Because the alpha value of each pixel is well-defined, text can be rendered onto a transparent bitmap, which can then be composited with other content.
<div class="alert"><b>Note</b>  Grayscale rendering with <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/nn-dwrite_1-idwritebitmaprendertarget1">IDWriteBitmapRenderTarget1</a> uses premultiplied alpha.</div>
<div> </div></summary>
</member>
<member name="DWRITE_PANOSE_SPACING">
<summary>
<para>The DWRITE_PANOSE_SPACING enumeration contains values that specify character spacing (monospace versus proportional).</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_spacing" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_SPACING::DWRITE_PANOSE_SPACING_ANY">
<summary>Any spacing.</summary>
</member>
<member name="DWRITE_PANOSE_SPACING::DWRITE_PANOSE_SPACING_NO_FIT">
<summary>No fit for spacing.</summary>
</member>
<member name="DWRITE_PANOSE_SPACING::DWRITE_PANOSE_SPACING_PROPORTIONAL_SPACED">
<summary>Spacing is proportional.</summary>
</member>
<member name="DWRITE_PANOSE_SPACING::DWRITE_PANOSE_SPACING_MONOSPACED">
<summary>Spacing is monospace.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID">
<summary>
<para>The informational string enumeration which identifies a string embedded in a font file.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_informational_string_id" /></para>
</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_NONE">
<summary>Indicates the string containing the unspecified name ID.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_COPYRIGHT_NOTICE">
<summary>Indicates the string containing the copyright notice provided by the font.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_VERSION_STRINGS">
<summary>Indicates the string containing a version number.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_TRADEMARK">
<summary>Indicates the string containing the trademark information provided by the font.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_MANUFACTURER">
<summary>Indicates the string containing the name of the font manufacturer.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_DESIGNER">
<summary>Indicates the string containing the name of the font designer.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_DESIGNER_URL">
<summary>Indicates the string containing the URL of the font designer (with protocol, e.g., http://, ftp://).</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_DESCRIPTION">
<summary>Indicates the string containing the description of the font. This may also contain revision information, usage recommendations, history, features, and so on.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_FONT_VENDOR_URL">
<summary>Indicates the string containing the URL of the font vendor (with protocol, e.g., http://, ftp://). If a unique serial number is embedded in the URL, it can be used to register the font.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_LICENSE_DESCRIPTION">
<summary>Indicates the string containing the description of how the font may be legally used, or different example scenarios for licensed use.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_LICENSE_INFO_URL">
<summary>Indicates the string containing the URL where additional licensing information can be found.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_WIN32_FAMILY_NAMES">
<summary>Indicates the string containing the GDI-compatible family name. Since GDI allows a maximum of four fonts per family, fonts in the same family may have different GDI-compatible family names (e.g., "Arial", "Arial Narrow", "Arial Black").</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_WIN32_SUBFAMILY_NAMES">
<summary>Indicates the string containing a GDI-compatible subfamily name.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_SAMPLE_TEXT">
<summary>Contains sample text for display in font lists. This can be the font name or any other text that the designer thinks is the best
example to display the font in.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_FULL_NAME">
<summary>The full name of the font, like Arial Bold, from <i>name id 4</i> in the name table</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_NAME">
<summary>The postscript name of the font, like GillSans-Bold, from <i>name id 6</i> in the name table.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_POSTSCRIPT_CID_NAME">
<summary>The postscript CID findfont name, from <i>name id 20</i> in the name table</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_PREFERRED_FAMILY_NAMES">
<summary>Indicates the string containing the family name preferred by the designer. This enables font designers to group more than four fonts in a single family without losing compatibility with GDI. This name is typically only present if it differs from the GDI-compatible family name.</summary>
</member>
<member name="DWRITE_INFORMATIONAL_STRING_ID::DWRITE_INFORMATIONAL_STRING_PREFERRED_SUBFAMILY_NAMES">
<summary>Indicates the string containing the subfamily name preferred by the designer. This name is typically only present if it differs from the GDI-compatible subfamily name.</summary>
</member>
<member name="DWRITE_MAKE_FONT_AXIS_TAG">
<summary>
<para>Creates an OpenType tag for a font axis.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/nf-dwrite_3-dwrite_make_font_axis_tag" /></para>
<param name="a">The first character in the tag.</param>
<param name="b">The second character in the tag.</param>
<param name="c">The third character in the tag.</param>
<param name="d">The fourth character in the tag.</param>
</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY">
<summary>
<para>The DWRITE_JUSTIFICATION_OPPORTUNITY structure specifies justification info per glyph.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ns-dwrite_1-dwrite_justification_opportunity" /></para>
</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::expansionMinimum">
<summary>Minimum amount of expansion to apply to the side of the glyph. This might vary from zero to infinity, typically being zero except for kashida.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::expansionMaximum">
<summary>Maximum amount of expansion to apply to the side of the glyph. This might vary from zero to infinity, being zero for fixed-size characters and connected scripts, and non-zero for discrete scripts, and non-zero for cursive scripts at expansion points.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::compressionMaximum">
<summary>Maximum amount of compression to apply to the side of the glyph. This might vary from zero up to the glyph cluster size.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::expansionPriority">
<summary>Priority of this expansion point. Larger priorities are applied later, while priority zero does nothing.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::compressionPriority">
<summary>Priority of this compression point. Larger priorities are applied later, while priority zero does nothing.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::allowResidualExpansion">
<summary>Allow this expansion point to use up any remaining slack space even after all expansion priorities have been used up.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::allowResidualCompression">
<summary>Allow this compression point to use up any remaining space even after all compression priorities have been used up.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::applyToLeadingEdge">
<summary>Apply expansion and compression to the leading edge of the glyph. This bit is <b>FALSE</b> (0) for connected scripts, fixed-size characters, and diacritics. It is generally <b>FALSE</b> within a multi-glyph cluster, unless the script allows expansion of glyphs within a cluster, like Thai.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::applyToTrailingEdge">
<summary>Apply expansion and compression to the trailing edge of the glyph. This bit is <b>FALSE</b> (0) for connected scripts, fixed-size characters, and diacritics. It is generally <b>FALSE</b> within a multi-glyph cluster, unless the script allows expansion of glyphs within a cluster, like Thai.</summary>
</member>
<member name="DWRITE_JUSTIFICATION_OPPORTUNITY::reserved">
<summary>Reserved</summary>
</member>
<member name="DWRITE_LINE_BREAKPOINT">
<summary>
<para>Line breakpoint characteristics of a character.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_line_breakpoint" /></para>
</summary>
</member>
<member name="DWRITE_LINE_BREAKPOINT::breakConditionBefore">
<summary>Indicates a breaking condition before the character.</summary>
</member>
<member name="DWRITE_LINE_BREAKPOINT::breakConditionAfter">
<summary>Indicates a breaking condition after the character.</summary>
</member>
<member name="DWRITE_LINE_BREAKPOINT::isWhitespace">
<summary>Indicates that the character is some form of whitespace, which may be meaningful for justification.</summary>
</member>
<member name="DWRITE_LINE_BREAKPOINT::isSoftHyphen">
<summary>Indicates that the character is a soft hyphen, often used to indicate hyphenation points inside words.</summary>
</member>
<member name="DWRITE_LINE_BREAKPOINT::padding">
<summary>Reserved for future use.</summary>
</member>
<member name="DWRITE_PARAGRAPH_ALIGNMENT">
<summary>
<para>Specifies the alignment of paragraph text along the flow direction axis, relative to the top and bottom of the flow's layout box.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_paragraph_alignment" /></para>
</summary>
</member>
<member name="DWRITE_PARAGRAPH_ALIGNMENT::DWRITE_PARAGRAPH_ALIGNMENT_NEAR">
<summary>The top of the text flow is aligned to the top edge of the layout box.</summary>
</member>
<member name="DWRITE_PARAGRAPH_ALIGNMENT::DWRITE_PARAGRAPH_ALIGNMENT_FAR">
<summary>The bottom of the text flow is aligned to the bottom edge of the layout box.</summary>
</member>
<member name="DWRITE_PARAGRAPH_ALIGNMENT::DWRITE_PARAGRAPH_ALIGNMENT_CENTER">
<summary>The center of the flow is aligned to the center of the layout box.</summary>
</member>
<member name="DWRITE_PANOSE_FILL">
<summary>
<para>The DWRITE_PANOSE_FILL enumeration contains values that specify the type of fill and line treatment.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_fill" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_FILL::DWRITE_PANOSE_FILL_ANY">
<summary>Any fill.</summary>
</member>
<member name="DWRITE_PANOSE_FILL::DWRITE_PANOSE_FILL_NO_FIT">
<summary>No fit for fill.</summary>
</member>
<member name="DWRITE_PANOSE_FILL::DWRITE_PANOSE_FILL_STANDARD_SOLID_FILL">
<summary>The fill is the standard solid fill.</summary>
</member>
<member name="DWRITE_PANOSE_FILL::DWRITE_PANOSE_FILL_NO_FILL">
<summary>No fill.</summary>
</member>
<member name="DWRITE_PANOSE_FILL::DWRITE_PANOSE_FILL_PATTERNED_FILL">
<summary>The fill is patterned fill.</summary>
</member>
<member name="DWRITE_PANOSE_FILL::DWRITE_PANOSE_FILL_COMPLEX_FILL">
<summary>The fill is complex fill.</summary>
</member>
<member name="DWRITE_PANOSE_FILL::DWRITE_PANOSE_FILL_SHAPED_FILL">
<summary>The fill is shaped fill.</summary>
</member>
<member name="DWRITE_PANOSE_FILL::DWRITE_PANOSE_FILL_DRAWN_DISTRESSED">
<summary>The fill is drawn distressed.</summary>
</member>
<member name="DWRITE_MAKE_OPENTYPE_TAG">
<summary>
<para>Creates an OpenType tag as a 32-bit integer, such that the first character in the tag is the lowest byte (least significant on little endian architectures), which can be used to compare with tags in the font file.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/nf-dwrite-dwrite_make_opentype_tag" /></para>
<param name="a">The first character in the tag.</param>
<param name="b">The second character in the tag.</param>
<param name="c">The third character in the tag.</param>
<param name="d">The fourth character in the tag.</param>
</summary>
</member>
<member name="DWRITE_PANOSE">
<summary>
<para>The DWRITE_PANOSE union describes typeface classification values that you use with IDWriteFont1::GetPanose to select and match the font.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ns-dwrite_1-dwrite_panose" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE::values">
<summary>A 10-byte array of typeface classification values.</summary>
</member>
<member name="DWRITE_PANOSE::familyKind">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_family">DWRITE_PANOSE_FAMILY</a>-typed value that specifies the typeface classification values to get.</summary>
</member>
<member name="DWRITE_PANOSE::text">
<summary>The text structure.</summary>
</member>
<member name="DWRITE_PANOSE::serifStyle">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_serif_style">DWRITE_PANOSE_SERIF_STYLE</a>-typed value that specifies the serif style of text.</summary>
</member>
<member name="DWRITE_PANOSE::weight">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_weight">DWRITE_PANOSE_WEIGHT</a>-typed value that specifies the weight of the text.</summary>
</member>
<member name="DWRITE_PANOSE::proportion">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_proportion">DWRITE_PANOSE_PROPORTION</a>-typed value that specifies the proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE::contrast">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_contrast">DWRITE_PANOSE_CONTRAST</a>-typed value that specifies the contrast for the text.</summary>
</member>
<member name="DWRITE_PANOSE::strokeVariation">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_stroke_variation">DWRITE_PANOSE_STROKE_VARIATION</a>-typed value that specifies the stroke variation for the text.</summary>
</member>
<member name="DWRITE_PANOSE::armStyle">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_arm_style">DWRITE_PANOSE_ARM_STYLE</a>-typed value that specifies the arm style of text.</summary>
</member>
<member name="DWRITE_PANOSE::letterform">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_letterform">DWRITE_PANOSE_LETTERFORM</a>-typed value that specifies the letter form for the text.</summary>
</member>
<member name="DWRITE_PANOSE::midline">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_midline">DWRITE_PANOSE_MIDLINE</a>-typed value that specifies the midline for the text.</summary>
</member>
<member name="DWRITE_PANOSE::xHeight">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_xheight">DWRITE_PANOSE_XHEIGHT</a>-typed value that specifies the relative size of lowercase text.</summary>
</member>
<member name="DWRITE_PANOSE::script">
<summary>The script structure.</summary>
</member>
<member name="DWRITE_PANOSE::toolKind">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_tool_kind">DWRITE_PANOSE_TOOL_KIND</a>-typed value that specifies the kind of tool for the script.</summary>
</member>
<member name="DWRITE_PANOSE::spacing">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_spacing">DWRITE_PANOSE_SPACING</a>-typed value that specifies the spacing of the script.</summary>
</member>
<member name="DWRITE_PANOSE::aspectRatio">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_aspect_ratio">DWRITE_PANOSE_ASPECT_RATIO</a>-typed value that specifies the aspect ratio of the script.</summary>
</member>
<member name="DWRITE_PANOSE::scriptTopology">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_script_topology">DWRITE_PANOSE_SCRIPT_TOPOLOGY</a>-typed value that specifies the script topology.</summary>
</member>
<member name="DWRITE_PANOSE::scriptForm">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_script_form">DWRITE_PANOSE_SCRIPT_FORM</a>-typed value that specifies the script form.</summary>
</member>
<member name="DWRITE_PANOSE::finials">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_finials">DWRITE_PANOSE_FINIALS</a>-typed value that specifies the script finials.</summary>
</member>
<member name="DWRITE_PANOSE::xAscent">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_xascent">DWRITE_PANOSE_XASCENT</a>-typed value that specifies the relative size of lowercase letters.</summary>
</member>
<member name="DWRITE_PANOSE::decorative">
<summary>The decorative structure.</summary>
</member>
<member name="DWRITE_PANOSE::decorativeClass">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_decorative_class">DWRITE_PANOSE_DECORATIVE_CLASS</a>-typed value that specifies the class of the decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE::aspect">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_aspect">DWRITE_PANOSE_ASPECT</a>-typed value that specifies the aspect of the decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE::serifVariant">
<summary>The serif variant of the decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE::fill">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_fill">DWRITE_PANOSE_FILL</a>-typed value that specifies the fill of the decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE::lining">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_lining">DWRITE_PANOSE_LINING</a>-typed value that specifies the lining of the decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE::decorativeTopology">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_decorative_topology">DWRITE_PANOSE_DECORATIVE_TOPOLOGY</a>-typed value that specifies the decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE::characterRange">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_character_ranges">DWRITE_PANOSE_CHARACTER_RANGES</a>-typed value that specifies the character range of the decorative typeface.</summary>
</member>
<member name="DWRITE_PANOSE::symbol">
<summary>The symbol structure.</summary>
</member>
<member name="DWRITE_PANOSE::symbolKind">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_symbol_kind">DWRITE_PANOSE_SYMBOL_KIND</a>-typed value that specifies the kind of symbol set.</summary>
</member>
<member name="DWRITE_PANOSE::aspectRatioAndContrast">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_symbol_aspect_ratio">DWRITE_PANOSE_SYMBOL_ASPECT_RATIO</a>-typed value that specifies the aspect ratio and contrast of the symbol typeface.</summary>
</member>
<member name="DWRITE_PANOSE::aspectRatio94">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_symbol_aspect_ratio">DWRITE_PANOSE_SYMBOL_ASPECT_RATIO</a>-typed value that specifies the aspect ratio 94 of the symbol typeface.</summary>
</member>
<member name="DWRITE_PANOSE::aspectRatio119">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_symbol_aspect_ratio">DWRITE_PANOSE_SYMBOL_ASPECT_RATIO</a>-typed value that specifies the aspect ratio 119 of the symbol typeface.</summary>
</member>
<member name="DWRITE_PANOSE::aspectRatio157">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_symbol_aspect_ratio">DWRITE_PANOSE_SYMBOL_ASPECT_RATIO</a>-typed value that specifies the aspect ratio 157 of the symbol typeface.</summary>
</member>
<member name="DWRITE_PANOSE::aspectRatio163">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_symbol_aspect_ratio">DWRITE_PANOSE_SYMBOL_ASPECT_RATIO</a>-typed value that specifies the aspect ratio 163 of the symbol typeface.</summary>
</member>
<member name="DWRITE_PANOSE::aspectRatio211">
<summary>A <a href="https://docs.microsoft.com/windows/win32/api/dwrite_1/ne-dwrite_1-dwrite_panose_symbol_aspect_ratio">DWRITE_PANOSE_SYMBOL_ASPECT_RATIO</a>-typed value that specifies the aspect ratio 211 of the symbol typeface.</summary>
</member>
<member name="DWRITE_GLYPH_ORIENTATION_ANGLE">
<summary>
<para>The DWRITE_GLYPH_ORIENTATION_ANGLE enumeration contains values that specify how the glyph is oriented to the x-axis.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_glyph_orientation_angle" /></para>
</summary>
</member>
<member name="DWRITE_GLYPH_ORIENTATION_ANGLE::DWRITE_GLYPH_ORIENTATION_ANGLE_0_DEGREES">
<summary>Glyph orientation is upright.</summary>
</member>
<member name="DWRITE_GLYPH_ORIENTATION_ANGLE::DWRITE_GLYPH_ORIENTATION_ANGLE_90_DEGREES">
<summary>Glyph orientation is rotated 90 degrees clockwise.</summary>
</member>
<member name="DWRITE_GLYPH_ORIENTATION_ANGLE::DWRITE_GLYPH_ORIENTATION_ANGLE_180_DEGREES">
<summary>Glyph orientation is upside-down.</summary>
</member>
<member name="DWRITE_GLYPH_ORIENTATION_ANGLE::DWRITE_GLYPH_ORIENTATION_ANGLE_270_DEGREES">
<summary>Glyph orientation is rotated 270 degrees clockwise.</summary>
</member>
<member name="DWRITE_GLYPH_RUN">
<summary>
<para>Contains the information needed by renderers to draw glyph runs.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_glyph_run" /></para>
</summary>
</member>
<member name="DWRITE_GLYPH_RUN::fontFace">
<summary>The physical font face object to draw with.</summary>
</member>
<member name="DWRITE_GLYPH_RUN::fontEmSize">
<summary>The logical size of the font in DIPs (equals 1/96 inch), not points.</summary>
</member>
<member name="DWRITE_GLYPH_RUN::glyphCount">
<summary>The number of glyphs in the glyph run.</summary>
</member>
<member name="DWRITE_GLYPH_RUN::glyphIndices">
<summary>A pointer to an array of indices to render for the glyph run.</summary>
</member>
<member name="DWRITE_GLYPH_RUN::glyphAdvances">
<summary>A pointer to an array containing glyph advance widths for the glyph run.</summary>
</member>
<member name="DWRITE_GLYPH_RUN::glyphOffsets">
<summary>A pointer to an array containing glyph offsets for the glyph run.</summary>
</member>
<member name="DWRITE_GLYPH_RUN::isSideways">
<summary>If true, specifies that glyphs are rotated 90 degrees to the left and vertical metrics are used. Vertical writing is achieved by specifying <b>isSideways</b> = true and rotating the entire run 90 degrees to the right via a rotate transform.</summary>
</member>
<member name="DWRITE_GLYPH_RUN::bidiLevel">
<summary>The implicit resolved bidi level of the run. Odd levels indicate right-to-left languages like Hebrew and Arabic, while even levels indicate left-to-right languages like English and Japanese (when written horizontally). For right-to-left languages, the text origin is on the right, and text should be drawn to the left.</summary>
</member>
<member name="DWRITE_INLINE_OBJECT_METRICS">
<summary>
<para>Contains properties describing the geometric measurement of an application-defined inline object.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_inline_object_metrics" /></para>
</summary>
</member>
<member name="DWRITE_INLINE_OBJECT_METRICS::width">
<summary>The width of the inline object.</summary>
</member>
<member name="DWRITE_INLINE_OBJECT_METRICS::height">
<summary>The height of the inline object.</summary>
</member>
<member name="DWRITE_INLINE_OBJECT_METRICS::baseline">
<summary>The distance from the top of the object to the point where it is lined up with the adjacent text.
If the baseline is at the bottom, then <b>baseline</b> simply equals <b>height</b>.</summary>
</member>
<member name="DWRITE_INLINE_OBJECT_METRICS::supportsSideways">
<summary>A Boolean flag that indicates whether the object is to be placed upright or alongside the text baseline for vertical text.</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE">
<summary>
<para>Indicates the file format of a complete font face.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_font_face_type" /></para>
</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE::DWRITE_FONT_FACE_TYPE_CFF">
<summary>OpenType font face with CFF outlines.</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE::DWRITE_FONT_FACE_TYPE_TRUETYPE">
<summary>OpenType font face with TrueType outlines.</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE::DWRITE_FONT_FACE_TYPE_TYPE1">
<summary>A Type 1 font face.</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE::DWRITE_FONT_FACE_TYPE_VECTOR">
<summary>A vector .FON format font face.</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE::DWRITE_FONT_FACE_TYPE_BITMAP">
<summary>A bitmap .FON format font face.</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE::DWRITE_FONT_FACE_TYPE_UNKNOWN">
<summary>Font face type is not recognized by the DirectWrite font system.</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE::DWRITE_FONT_FACE_TYPE_RAW_CFF">
<summary>The font data includes only the CFF table from an OpenType CFF font. This font face type can be used only for embedded fonts (i.e., custom font file loaders) and the resulting font face object supports only the minimum functionality necessary to render glyphs.</summary>
</member>
<member name="DWRITE_FONT_FACE_TYPE::DWRITE_FONT_FACE_TYPE_TRUETYPE_COLLECTION">
<summary>OpenType font face that is a part of a TrueType collection.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION">
<summary>
<para>The DWRITE_PANOSE_PROPORTION enumeration contains values that specify the proportion of the glyph shape by considering additional detail to standard characters.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_proportion" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_ANY">
<summary>Any proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_NO_FIT">
<summary>No fit proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_OLD_STYLE">
<summary>Old style proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_MODERN">
<summary>Modern proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_EVEN_WIDTH">
<summary>Extra width proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_EXPANDED">
<summary>Expanded proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_CONDENSED">
<summary>Condensed proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_VERY_EXPANDED">
<summary>Very expanded proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_VERY_CONDENSED">
<summary>Very condensed proportion for the text.</summary>
</member>
<member name="DWRITE_PANOSE_PROPORTION::DWRITE_PANOSE_PROPORTION_MONOSPACED">
<summary>Monospaced proportion for the text.</summary>
</member>
<member name="DWRITE_FILE_FRAGMENT">
<summary>
<para>Represents a range of bytes in a font file.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ns-dwrite_3-dwrite_file_fragment" /></para>
</summary>
</member>
<member name="DWRITE_FILE_FRAGMENT::fileOffset">
<summary>Starting offset of the fragment from the beginning of the file.</summary>
</member>
<member name="DWRITE_FILE_FRAGMENT::fragmentSize">
<summary>Size of the file fragment, in bytes.</summary>
</member>
<member name="DWRITE_LINE_SPACING_METHOD">
<summary>
<para>The method used for line spacing in a text layout.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_line_spacing_method" /></para>
</summary>
</member>
<member name="DWRITE_LINE_SPACING_METHOD::DWRITE_LINE_SPACING_METHOD_DEFAULT">
<summary>Line spacing depends solely on the content, adjusting to accommodate the size of fonts and inline objects.</summary>
</member>
<member name="DWRITE_LINE_SPACING_METHOD::DWRITE_LINE_SPACING_METHOD_UNIFORM">
<summary>Lines are explicitly set to uniform spacing, regardless of the size of fonts and inline objects. This can be useful to avoid the uneven appearance that can occur from font fallback.</summary>
</member>
<member name="DWRITE_LINE_SPACING_METHOD::DWRITE_LINE_SPACING_METHOD_PROPORTIONAL">
<summary>Line spacing and baseline distances are proportional to the computed values based on the content, the size of the fonts and inline objects.
<div class="alert"><b>Note</b>  This value is only available on Windows 10 or later and it can be used with <a href="https://docs.microsoft.com/windows/win32/DirectWrite/idwritetextlayout3-setlinespacing">IDWriteTextLayout3::SetLineSpacing</a>,
but can not be used with <a href="https://docs.microsoft.com/windows/win32/api/dwrite/nf-dwrite-idwritetextformat-setlinespacing">IDWriteTextFormat::SetLineSpacing</a>.</div>
<div> </div></summary>
</member>
<member name="DWRITE_LOCALITY">
<summary>
<para>Specifies the location of a resource.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_locality" /></para>
</summary>
</member>
<member name="DWRITE_LOCALITY::DWRITE_LOCALITY_REMOTE">
<summary>The resource is remote, and information about it is unknown, including the file size and date. If you attempt to create a font or file stream, the creation will fail until locality becomes at least partial.</summary>
</member>
<member name="DWRITE_LOCALITY::DWRITE_LOCALITY_PARTIAL">
<summary>The resource is partially local, which means you can query the size and date of the file stream. With this type, you also might be able to create a font face and retrieve the particular glyphs for metrics and drawing, but not all the glyphs will be present.</summary>
</member>
<member name="DWRITE_LOCALITY::DWRITE_LOCALITY_LOCAL">
<summary>The resource is completely local, and all font functions can be called without concern of missing data or errors related to network connectivity.</summary>
</member>
<member name="DWRITE_BREAK_CONDITION">
<summary>
<para>Indicates the condition at the edges of inline object or text used to determine line-breaking behavior.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_break_condition" /></para>
</summary>
</member>
<member name="DWRITE_BREAK_CONDITION::DWRITE_BREAK_CONDITION_NEUTRAL">
<summary>Indicates whether a break is allowed by determining the condition of the neighboring text span or inline object.</summary>
</member>
<member name="DWRITE_BREAK_CONDITION::DWRITE_BREAK_CONDITION_CAN_BREAK">
<summary>Indicates that a line break is allowed, unless overruled by the condition of the
neighboring text span or inline object, either prohibited by a
"may not break" condition or forced by a "must break" condition.</summary>
</member>
<member name="DWRITE_BREAK_CONDITION::DWRITE_BREAK_CONDITION_MAY_NOT_BREAK">
<summary>Indicates that there should be no line break, unless overruled by a "must break" condition from
the neighboring text span or inline object.</summary>
</member>
<member name="DWRITE_BREAK_CONDITION::DWRITE_BREAK_CONDITION_MUST_BREAK">
<summary>Indicates that the line break must happen, regardless of the condition of the adjacent
text span or inline object.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM">
<summary>
<para>The DWRITE_PANOSE_SCRIPT_FORM enumeration contains values that specify the general look of the character face, with consideration of its slope and tails.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_script_form" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_ANY">
<summary>Any script form.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_NO_FIT">
<summary>No fit for script form.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_NO_WRAPPING">
<summary>Script form is upright with no wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_SOME_WRAPPING">
<summary>Script form is upright with some wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_MORE_WRAPPING">
<summary>Script form is upright with more wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_UPRIGHT_EXTREME_WRAPPING">
<summary>Script form is upright with extreme wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_NO_WRAPPING">
<summary>Script form is oblique with no wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_SOME_WRAPPING">
<summary>Script form is oblique with some wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_MORE_WRAPPING">
<summary>Script form is oblique with more wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_OBLIQUE_EXTREME_WRAPPING">
<summary>Script form is oblique with extreme wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_NO_WRAPPING">
<summary>Script form is exaggerated with no wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_SOME_WRAPPING">
<summary>Script form is exaggerated with some wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_MORE_WRAPPING">
<summary>Script form is exaggerated with more wrapping.</summary>
</member>
<member name="DWRITE_PANOSE_SCRIPT_FORM::DWRITE_PANOSE_SCRIPT_FORM_EXAGGERATED_EXTREME_WRAPPING">
<summary>Script form is exaggerated with extreme wrapping.</summary>
</member>
<member name="DWRITE_TEXT_METRICS1">
<summary>
<para>Contains the metrics associated with text after layout.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_2/ns-dwrite_2-dwrite_text_metrics1" /></para>
</summary>
</member>
<member name="DWRITE_TEXT_METRICS1::heightIncludingTrailingWhitespace">
<summary>The height of the formatted text taking into account the trailing whitespace at the end of each line. This is
pertinent for vertical text.</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN">
<summary>
<para>Contains the information needed by renderers to draw glyph runs with glyph color information.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_2/ns-dwrite_2-dwrite_color_glyph_run" /></para>
</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN::glyphRun">
<summary>Glyph run to draw for this layer.</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN::glyphRunDescription">
<summary>Pointer to the glyph run description for this layer. This may be <b>NULL</b>. For example, when the original glyph run is split into multiple layers, one layer might have a description and the others have none.</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN::baselineOriginX">
<summary>X coordinate of the baseline origin for the layer.</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN::baselineOriginY">
<summary>Y coordinate of the baseline origin for the layer.</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN::runColor">
<summary>Color value of the run; if all members are zero, the run should be drawn using the current brush.</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN::paletteIndex">
<summary>Zero-based index into the fonts color palette; if this is <b>0xFFFF</b>, the run should be drawn using the current brush.</summary>
</member>
<member name="DWRITE_RENDERING_MODE">
<summary>
<para>Represents a method of rendering glyphs.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_rendering_mode" /></para>
</summary>
</member>
<member name="DWRITE_RENDERING_MODE::DWRITE_RENDERING_MODE_DEFAULT">
<summary>Specifies that the rendering mode is determined automatically, based on the font and size.</summary>
</member>
<member name="DWRITE_RENDERING_MODE::DWRITE_RENDERING_MODE_ALIASED">
<summary>Specifies that no anti-aliasing is performed. Each pixel is either set to the foreground color of the text or retains the color of the background.</summary>
</member>
<member name="DWRITE_RENDERING_MODE::DWRITE_RENDERING_MODE_GDI_CLASSIC">
<summary>Specifies that antialiasing is performed in the horizontal direction and the appearance of glyphs is layout-compatible with GDI using CLEARTYPE_QUALITY.
Use DWRITE_MEASURING_MODE_GDI_CLASSIC to get glyph advances. The antialiasing may be either ClearType or grayscale depending on the text antialiasing mode.</summary>
</member>
<member name="DWRITE_RENDERING_MODE::DWRITE_RENDERING_MODE_GDI_NATURAL">
<summary>Specifies that antialiasing is performed in the horizontal direction and the appearance of glyphs is layout-compatible with GDI using CLEARTYPE_NATURAL_QUALITY.
Glyph advances are close to the font design advances, but are still rounded to whole pixels. Use DWRITE_MEASURING_MODE_GDI_NATURAL to get glyph advances.
The antialiasing may be either ClearType or grayscale depending on the text antialiasing mode.</summary>
</member>
<member name="DWRITE_RENDERING_MODE::DWRITE_RENDERING_MODE_NATURAL">
<summary>Specifies that antialiasing is performed in the horizontal direction. This rendering mode allows glyphs to be positioned with subpixel precision and
is therefore suitable
for natural (i.e., resolution-independent) layout. The antialiasing may be either ClearType or grayscale depending on the text antialiasing mode.</summary>
</member>
<member name="DWRITE_RENDERING_MODE::DWRITE_RENDERING_MODE_NATURAL_SYMMETRIC">
<summary>Similar to natural mode except that antialiasing is performed in both the horizontal and vertical directions.
This is typically used at larger sizes to make curves and diagonal lines look smoother. The antialiasing may be either ClearType or grayscale depending
on the text antialiasing mode.</summary>
</member>
<member name="DWRITE_RENDERING_MODE::DWRITE_RENDERING_MODE_OUTLINE">
<summary>Specifies that rendering should bypass the rasterizer and use the outlines directly. This is typically used at very large sizes.</summary>
</member>
<member name="DWRITE_TEXT_RANGE">
<summary>
<para>Specifies a range of text positions where format is applied in the text represented by an IDWriteTextLayout object.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_text_range" /></para>
</summary>
</member>
<member name="DWRITE_TEXT_RANGE::startPosition">
<summary>The start position of the text range.</summary>
</member>
<member name="DWRITE_TEXT_RANGE::length">
<summary>The number positions in the text range.</summary>
</member>
<member name="DWRITE_FONT_FEATURE">
<summary>
<para>Specifies properties used to identify and execute typographic features in the current font face.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_font_feature" /></para>
</summary>
</member>
<member name="DWRITE_FONT_FEATURE::nameTag">
<summary>The feature OpenType name identifier.</summary>
</member>
<member name="DWRITE_FONT_FEATURE::parameter">
<summary>The execution parameter of the feature.</summary>
</member>
<member name="DWRITE_FONT_SIMULATIONS">
<summary>
<para>Specifies algorithmic style simulations to be applied to the font face. Bold and oblique simulations can be combined via bitwise OR operation.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_font_simulations" /></para>
</summary>
</member>
<member name="DWRITE_FONT_SIMULATIONS::DWRITE_FONT_SIMULATIONS_NONE">
<summary>Indicates that no simulations are applied to the font face.</summary>
</member>
<member name="DWRITE_FONT_SIMULATIONS::DWRITE_FONT_SIMULATIONS_BOLD">
<summary>Indicates that algorithmic emboldening is applied to the font face. <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_simulations">DWRITE_FONT_SIMULATIONS_BOLD</a> increases weight by applying a widening algorithm to the glyph outline. This may be used to simulate a bold weight where no designed bold weight is available.</summary>
</member>
<member name="DWRITE_FONT_SIMULATIONS::DWRITE_FONT_SIMULATIONS_OBLIQUE">
<summary>Indicates that algorithmic italicization is applied to the font face. <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_simulations">DWRITE_FONT_SIMULATIONS_OBLIQUE</a> applies obliquing (shear) to the glyph outline. This may be used to simulate an oblique/italic style where no designed oblique/italic style is available.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY">
<summary>
<para>The DWRITE_PANOSE_DECORATIVE_TOPOLOGY enumeration contains values that specify the overall shape characteristics of the font.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_decorative_topology" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ANY">
<summary>Any decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_NO_FIT">
<summary>No fit for decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_STANDARD">
<summary>Standard decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SQUARE">
<summary>Square decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_MULTIPLE_SEGMENT">
<summary>Multiple segment decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_ART_DECO">
<summary>Art deco decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UNEVEN_WEIGHTING">
<summary>Uneven weighting decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_ARMS">
<summary>Diverse arms decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_DIVERSE_FORMS">
<summary>Diverse forms decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_LOMBARDIC_FORMS">
<summary>Lombardic forms decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_UPPER_CASE_IN_LOWER_CASE">
<summary>Upper case in lower case decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_IMPLIED_TOPOLOGY">
<summary>The decorative topology is implied.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_HORSESHOE_E_AND_A">
<summary>Horseshoe E and A decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_CURSIVE">
<summary>Cursive decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_BLACKLETTER">
<summary>Blackletter decorative topology.</summary>
</member>
<member name="DWRITE_PANOSE_DECORATIVE_TOPOLOGY::DWRITE_PANOSE_DECORATIVE_TOPOLOGY_SWASH_VARIANCE">
<summary>Swash variance decorative topology.</summary>
</member>
<member name="DWRITE_RENDERING_MODE1">
<summary>
<para>Specifies how glyphs are rendered.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_rendering_mode1" /></para>
</summary>
</member>
<member name="DWRITE_RENDERING_MODE1::DWRITE_RENDERING_MODE1_DEFAULT">
<summary>Specifies that the rendering mode is determined automatically, based on the font and size.</summary>
</member>
<member name="DWRITE_RENDERING_MODE1::DWRITE_RENDERING_MODE1_ALIASED">
<summary>Specifies that no anti-aliasing is performed. Each pixel is either set to the foreground color of the text or retains the color of the background.</summary>
</member>
<member name="DWRITE_RENDERING_MODE1::DWRITE_RENDERING_MODE1_GDI_CLASSIC">
<summary>Specifies that antialiasing is performed in the horizontal direction and the appearance of glyphs is layout-compatible with GDI using CLEARTYPE_QUALITY.
Use DWRITE_MEASURING_MODE_GDI_CLASSIC to get glyph advances. The antialiasing may be either ClearType or grayscale depending on the text antialiasing mode.</summary>
</member>
<member name="DWRITE_RENDERING_MODE1::DWRITE_RENDERING_MODE1_GDI_NATURAL">
<summary>Specifies that antialiasing is performed in the horizontal direction and the appearance of glyphs is layout-compatible with GDI using CLEARTYPE_NATURAL_QUALITY.
Glyph advances are close to the font design advances, but are still rounded to whole pixels. Use DWRITE_MEASURING_MODE_GDI_NATURAL to get glyph advances.
The antialiasing may be either ClearType or grayscale depending on the text antialiasing mode.</summary>
</member>
<member name="DWRITE_RENDERING_MODE1::DWRITE_RENDERING_MODE1_NATURAL">
<summary>Specifies that antialiasing is performed in the horizontal direction. This rendering mode allows glyphs to be positioned with subpixel precision and
is therefore suitable for natural (i.e., resolution-independent) layout.
The antialiasing may be either ClearType or grayscale depending on the text antialiasing mode.</summary>
</member>
<member name="DWRITE_RENDERING_MODE1::DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC">
<summary>Similar to natural mode except that antialiasing is performed in both the horizontal and vertical directions.
This is typically used at larger sizes to make curves and diagonal lines look smoother.
The antialiasing may be either ClearType or grayscale depending on the text antialiasing mode.</summary>
</member>
<member name="DWRITE_RENDERING_MODE1::DWRITE_RENDERING_MODE1_OUTLINE">
<summary>Specifies that rendering should bypass the rasterizer and use the outlines directly. This is typically used at very large sizes.</summary>
</member>
<member name="DWRITE_RENDERING_MODE1::DWRITE_RENDERING_MODE1_NATURAL_SYMMETRIC_DOWNSAMPLED">
<summary>Similar to natural symmetric mode except that when possible, text should be rasterized in a downsampled form.</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN1">
<summary>
<para>Represents a color glyph run. The IDWriteFactory4::TranslateColorGlyphRun method returns an ordered collection of color glyph runs of varying types depending on what the font supports.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ns-dwrite_3-dwrite_color_glyph_run1" /></para>
</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN1::glyphImageFormat">
<summary>Type of glyph image format for this color run. Exactly one type will be set since TranslateColorGlyphRun has already broken down the run into separate parts.</summary>
</member>
<member name="DWRITE_COLOR_GLYPH_RUN1::measuringMode">
<summary>Measuring mode to use for this glyph run.</summary>
</member>
<member name="DWRITE_FONT_LINE_GAP_USAGE">
<summary>
<para>Specify whether DWRITE_FONT_METRICS::lineGap value should be part of the line metrics.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_font_line_gap_usage" /></para>
</summary>
</member>
<member name="DWRITE_FONT_LINE_GAP_USAGE::DWRITE_FONT_LINE_GAP_USAGE_DEFAULT">
<summary>The usage of the font line gap depends on the method used for text layout.</summary>
</member>
<member name="DWRITE_FONT_LINE_GAP_USAGE::DWRITE_FONT_LINE_GAP_USAGE_DISABLED">
<summary>The font line gap is excluded from line spacing.</summary>
</member>
<member name="DWRITE_FONT_LINE_GAP_USAGE::DWRITE_FONT_LINE_GAP_USAGE_ENABLED">
<summary>The font line gap is included in line spacing.</summary>
</member>
<member name="DWRITE_FONT_AXIS_RANGE">
<summary>
<para>Represents the minimum and maximum range of the possible values for a font axis.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ns-dwrite_3-dwrite_font_axis_range" /></para>
</summary>
</member>
<member name="DWRITE_FONT_AXIS_RANGE::axisTag">
<summary>The four-character identifier of the font axis (for example, weight, width, slant, italic, and so on).</summary>
</member>
<member name="DWRITE_FONT_AXIS_RANGE::minValue">
<summary>The minimum value supported by this axis.</summary>
</member>
<member name="DWRITE_FONT_AXIS_RANGE::maxValue">
<summary>The maximum value supported by this axis.</summary>
</member>
<member name="DWRITE_SCRIPT_ANALYSIS">
<summary>
<para>Stores the association of text and its writing system script, as well as some display attributes.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_script_analysis" /></para>
</summary>
</member>
<member name="DWRITE_SCRIPT_ANALYSIS::script">
<summary>The zero-based index representation of writing system script.</summary>
</member>
<member name="DWRITE_SCRIPT_ANALYSIS::shapes">
<summary>A value that indicates additional shaping requirement of text.</summary>
</member>
<member name="DWRITE_LINE_METRICS1">
<summary>
<para>Contains information about a formatted line of text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ns-dwrite_3-dwrite_line_metrics1" /></para>
</summary>
</member>
<member name="DWRITE_LINE_METRICS1::leadingBefore">
<summary>White space before the content of the line. This is included in the line height and baseline distances.
If the line is formatted horizontally either with a uniform line spacing or with proportional
line spacing, this value represents the extra space above the content.</summary>
</member>
<member name="DWRITE_LINE_METRICS1::leadingAfter">
<summary>White space after the content of the line. This is included in the height of the line.
If the line is formatted horizontally either with a uniform line spacing or with proportional
line spacing, this value represents the extra space below the content.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE">
<summary>
<para>The DWRITE_PANOSE_SERIF_STYLE enumeration contains values that specify the appearance of the serif text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_serif_style" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_ANY">
<summary>Any appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_NO_FIT">
<summary>No fit appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_COVE">
<summary>Cove appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_OBTUSE_COVE">
<summary>Obtuse cove appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_SQUARE_COVE">
<summary>Square cove appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SQUARE_COVE">
<summary>Obtuse square cove appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_SQUARE">
<summary>Square appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_THIN">
<summary>Thin appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_OVAL">
<summary>Oval appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_EXAGGERATED">
<summary>Exaggerated appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_TRIANGLE">
<summary>Triangle appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_NORMAL_SANS">
<summary>Normal sans appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_OBTUSE_SANS">
<summary>Obtuse sans appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_PERPENDICULAR_SANS">
<summary>Perpendicular sans appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_FLARED">
<summary>Flared appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_ROUNDED">
<summary>Rounded appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_SCRIPT">
<summary>Script appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_PERP_SANS">
<summary>Perpendicular sans appearance of the serif text.</summary>
</member>
<member name="DWRITE_PANOSE_SERIF_STYLE::DWRITE_PANOSE_SERIF_STYLE_BONE">
<summary>Oval appearance of the serif text.</summary>
</member>
<member name="DWRITE_MATRIX">
<summary>
<para>The DWRITE_MATRIX structure specifies the graphics transform to be applied to rendered glyphs.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_matrix" /></para>
</summary>
</member>
<member name="DWRITE_MATRIX::m11">
<summary>A value indicating the horizontal scaling / cosine of rotation.</summary>
</member>
<member name="DWRITE_MATRIX::m12">
<summary>A value indicating the vertical shear / sine of rotation.</summary>
</member>
<member name="DWRITE_MATRIX::m21">
<summary>A value indicating the horizontal shear / negative sine of rotation.</summary>
</member>
<member name="DWRITE_MATRIX::m22">
<summary>A value indicating the vertical scaling / cosine of rotation.</summary>
</member>
<member name="DWRITE_MATRIX::dx">
<summary>A value indicating the horizontal shift (always orthogonal regardless of rotation).</summary>
</member>
<member name="DWRITE_MATRIX::dy">
<summary>A value indicating the vertical shift (always orthogonal regardless of rotation.)</summary>
</member>
<member name="DWRITE_NUMBER_SUBSTITUTION_METHOD">
<summary>
<para>Specifies how to apply number substitution on digits and related punctuation.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_number_substitution_method" /></para>
</summary>
</member>
<member name="DWRITE_NUMBER_SUBSTITUTION_METHOD::DWRITE_NUMBER_SUBSTITUTION_METHOD_FROM_CULTURE">
<summary>Specifies that the substitution method should be determined based on the LOCALE_IDIGITSUBSTITUTION value of the specified text culture.</summary>
</member>
<member name="DWRITE_NUMBER_SUBSTITUTION_METHOD::DWRITE_NUMBER_SUBSTITUTION_METHOD_CONTEXTUAL">
<summary>If the culture is Arabic or Persian, specifies that the number shapes depend on the context. Either traditional or nominal number shapes are used, depending on the nearest preceding strong character or (if there is none) the reading direction of the paragraph.</summary>
</member>
<member name="DWRITE_NUMBER_SUBSTITUTION_METHOD::DWRITE_NUMBER_SUBSTITUTION_METHOD_NONE">
<summary>Specifies that code points 0x30-0x39 are always rendered as nominal numeral shapes (ones of the European number), that is, no substitution is performed.</summary>
</member>
<member name="DWRITE_NUMBER_SUBSTITUTION_METHOD::DWRITE_NUMBER_SUBSTITUTION_METHOD_NATIONAL">
<summary>Specifies that numbers are rendered using the national number shapes as specified by the LOCALE_SNATIVEDIGITS value of the specified text culture.</summary>
</member>
<member name="DWRITE_NUMBER_SUBSTITUTION_METHOD::DWRITE_NUMBER_SUBSTITUTION_METHOD_TRADITIONAL">
<summary>Specifies that numbers are rendered using the traditional shapes for the specified culture. For most cultures, this is the same as NativeNational. However, NativeNational results in Latin numbers for some Arabic cultures, whereasDWRITE_NUMBER_SUBSTITUTION_METHOD_TRADITIONAL results in arabic numbers for all Arabic cultures.</summary>
</member>
<member name="DWRITE_LINE_SPACING">
<summary>
<para>Sets the vertical spacing between lines of text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ns-dwrite_3-dwrite_line_spacing" /></para>
</summary>
</member>
<member name="DWRITE_LINE_SPACING::method">
<summary>Method used to determine line spacing.</summary>
</member>
<member name="DWRITE_LINE_SPACING::height">
<summary>Spacing between lines. The interpretation of this parameter depends upon the line spacing method, as follows:
<ul>
<li>Line spacing: ignored</li>
<li>uniform line spacing: explicit distance in DIPs between lines</li>
<li>proportional line spacing: a scaling factor to be applied to the computed line height;
for each line, the height of the line is computed as for default line spacing, and the scaling factor is applied to that value.</li>
</ul></summary>
</member>
<member name="DWRITE_LINE_SPACING::baseline">
<summary>Distance from top of line to baseline.
The interpretation of this parameter depends upon the line spacing method, as follows:
<ul>
<li>default line spacing: ignored</li>
<li>uniform line spacing: explicit distance in DIPs from the top of the line to the baseline</li>
<li>proportional line spacing: a scaling factor applied to the computed baseline; for each line,
the baseline distance is computed as for default line spacing, and the scaling factor is applied to that value.</li>
</ul></summary>
</member>
<member name="DWRITE_LINE_SPACING::leadingBefore">
<summary>Proportion of the entire leading distributed before the line. The allowed value is between 0 and 1.0. The remaining
leading is distributed after the line. It is ignored for the default and uniform line spacing methods.
The leading that is available to distribute before or after the line depends on the values of the height and
baseline parameters.</summary>
</member>
<member name="DWRITE_LINE_SPACING::fontLineGapUsage">
<summary>Specify whether <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ns-dwrite-dwrite_font_metrics">DWRITE_FONT_METRICS</a>::lineGap value should be part of the line metrics.</summary>
</member>
<member name="DWRITE_FLOW_DIRECTION">
<summary>
<para>Indicates the direction of how lines of text are placed relative to one another.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_flow_direction" /></para>
</summary>
</member>
<member name="DWRITE_FLOW_DIRECTION::DWRITE_FLOW_DIRECTION_TOP_TO_BOTTOM">
<summary>Specifies that text lines are placed from top to bottom.</summary>
</member>
<member name="DWRITE_FLOW_DIRECTION::DWRITE_FLOW_DIRECTION_BOTTOM_TO_TOP">
<summary>Specifies that text lines are placed from bottom to top.</summary>
</member>
<member name="DWRITE_FLOW_DIRECTION::DWRITE_FLOW_DIRECTION_LEFT_TO_RIGHT">
<summary>Specifies that text lines are placed from left to right.</summary>
</member>
<member name="DWRITE_FLOW_DIRECTION::DWRITE_FLOW_DIRECTION_RIGHT_TO_LEFT">
<summary>Specifies that text lines are placed from right to left.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA">
<summary>
<para>Data for a single glyph from GetGlyphImageData.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ns-dwrite_3-dwrite_glyph_image_data" /></para>
</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::imageData">
<summary>Pointer to the glyph data.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::imageDataSize">
<summary>Size of glyph data in bytes.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::uniqueDataId">
<summary>Unique identifier for the glyph data. Clients may use this to cache a parsed/decompressed version and tell whether a repeated call to the same font returns the same data.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::pixelsPerEm">
<summary>Pixels per em of the returned data. For non-scalable raster data (PNG/TIFF/JPG), this can be larger or smaller than requested from GetGlyphImageData when there isn't an exact match.
For scaling intermediate sizes, use: desired pixels per em * font em size / actual pixels per em.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::pixelSize">
<summary>Size of image when the format is pixel data.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::horizontalLeftOrigin">
<summary>Left origin along the horizontal Roman baseline.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::horizontalRightOrigin">
<summary>Right origin along the horizontal Roman baseline.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::verticalTopOrigin">
<summary>Top origin along the vertical central baseline.</summary>
</member>
<member name="DWRITE_GLYPH_IMAGE_DATA::verticalBottomOrigin">
<summary>Bottom origin along vertical central baseline.</summary>
</member>
<member name="DWRITE_GRID_FIT_MODE">
<summary>
<para>Specifies whether to enable grid-fitting of glyph outlines (also known as hinting).</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_2/ne-dwrite_2-dwrite_grid_fit_mode" /></para>
</summary>
</member>
<member name="DWRITE_GRID_FIT_MODE::DWRITE_GRID_FIT_MODE_DEFAULT">
<summary>Choose grid fitting based on the font's table information.</summary>
</member>
<member name="DWRITE_GRID_FIT_MODE::DWRITE_GRID_FIT_MODE_DISABLED">
<summary>Always disable grid fitting, using the ideal glyph outlines.</summary>
</member>
<member name="DWRITE_GRID_FIT_MODE::DWRITE_GRID_FIT_MODE_ENABLED">
<summary>Enable grid fitting, adjusting glyph outlines for device pixel display.</summary>
</member>
<member name="DWRITE_TRIMMING">
<summary>
<para>Specifies the trimming option for text overflowing the layout box.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_trimming" /></para>
</summary>
</member>
<member name="DWRITE_TRIMMING::granularity">
<summary>A value that specifies the text granularity used to trim text overflowing the layout box.</summary>
</member>
<member name="DWRITE_TRIMMING::delimiter">
<summary>A character code used as the delimiter that signals the beginning of the portion of text to be preserved.
Text starting from the Nth occurence of the delimiter (where N equals delimiterCount) counting backwards from the end of the text block will be preserved.
For example, given the text is a path like c:\A\B\C\D\file.txt and delimiter equal to '\' and delimiterCount equal to 1, the file.txt portion of the text would be preserved.
Specifying a delimiterCount of 2 would preserve D\file.txt.</summary>
</member>
<member name="DWRITE_TRIMMING::delimiterCount">
<summary>The delimiter count, counting from the end of the text, to preserve text from.</summary>
</member>
<member name="DWRITE_CONTAINER_TYPE">
<summary>
<para>Specifies the container format of a font resource. A container format is distinct from a font file format (DWRITE_FONT_FILE_TYPE) because the container describes the container in which the underlying font file is packaged.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_container_type" /></para>
</summary>
</member>
<member name="DWRITE_TEXTURE_TYPE">
<summary>
<para>Identifies a type of alpha texture.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_texture_type" /></para>
</summary>
</member>
<member name="DWRITE_TEXTURE_TYPE::DWRITE_TEXTURE_ALIASED_1x1">
<summary>Specifies an alpha texture for aliased text rendering (that is, each pixel is either fully opaque or fully transparent), with one byte per pixel.</summary>
</member>
<member name="DWRITE_TEXTURE_TYPE::DWRITE_TEXTURE_CLEARTYPE_3x1">
<summary>Specifies an alpha texture for ClearType text rendering, with three bytes per pixel in the horizontal dimension and one byte per pixel in the vertical dimension.</summary>
</member>
<member name="DWRITE_BASELINE">
<summary>
<para>The DWRITE_BASELINE enumeration contains values that specify the baseline for text alignment.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_baseline" /></para>
</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_DEFAULT">
<summary>The Roman baseline for horizontal; the Central baseline for vertical.</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_ROMAN">
<summary>The baseline that is used by alphabetic scripts such as Latin, Greek, and Cyrillic.</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_CENTRAL">
<summary>Central baseline, which is generally used for vertical text.</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_MATH">
<summary>Mathematical baseline, which math characters are centered on.</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_HANGING">
<summary>Hanging baseline, which is used in scripts like Devanagari.</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_IDEOGRAPHIC_BOTTOM">
<summary>Ideographic bottom baseline for CJK, left in vertical.</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_IDEOGRAPHIC_TOP">
<summary>Ideographic top baseline for CJK, right in vertical.</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_MINIMUM">
<summary>The bottom-most extent in horizontal, left-most in vertical.</summary>
</member>
<member name="DWRITE_BASELINE::DWRITE_BASELINE_MAXIMUM">
<summary>The top-most extent in horizontal, right-most in vertical.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE">
<summary>
<para>The DWRITE_PANOSE_MIDLINE enumeration contains values that specify info about the placement of midline across uppercase characters and the treatment of diagonal stem apexes.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_midline" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_ANY">
<summary>Any midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_NO_FIT">
<summary>No fit midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_STANDARD_TRIMMED">
<summary>Standard trimmed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_STANDARD_POINTED">
<summary>Standard pointed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_STANDARD_SERIFED">
<summary>Standard serifed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_HIGH_TRIMMED">
<summary>High trimmed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_HIGH_POINTED">
<summary>High pointed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_HIGH_SERIFED">
<summary>High serifed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_CONSTANT_TRIMMED">
<summary>Constant trimmed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_CONSTANT_POINTED">
<summary>Constant pointed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_CONSTANT_SERIFED">
<summary>Constant serifed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_LOW_TRIMMED">
<summary>Low trimmed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_LOW_POINTED">
<summary>Low pointed midline.</summary>
</member>
<member name="DWRITE_PANOSE_MIDLINE::DWRITE_PANOSE_MIDLINE_LOW_SERIFED">
<summary>Low serifed midline.</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS">
<summary>
<para>Contains information about a glyph cluster.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_cluster_metrics" /></para>
</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS::width">
<summary>The total advance width of all glyphs in the cluster.</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS::length">
<summary>The number of text positions in the cluster.</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS::canWrapLineAfter">
<summary>Indicates whether a line can be broken right after the cluster.</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS::isWhitespace">
<summary>Indicates whether the cluster corresponds to a whitespace character.</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS::isNewline">
<summary>Indicates whether the cluster corresponds to a newline character.</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS::isSoftHyphen">
<summary>Indicates whether the cluster corresponds to a soft hyphen character.</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS::isRightToLeft">
<summary>Indicates whether the cluster is read from right to left.</summary>
</member>
<member name="DWRITE_CLUSTER_METRICS::padding">
<summary>Reserved for future use.</summary>
</member>
<member name="DWRITE_UNICODE_RANGE">
<summary>
<para>The DWRITE_UNICODE_RANGE structure specifies the range of Unicode code points.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ns-dwrite_1-dwrite_unicode_range" /></para>
</summary>
</member>
<member name="DWRITE_UNICODE_RANGE::first">
<summary>The first code point in the Unicode range.</summary>
</member>
<member name="DWRITE_UNICODE_RANGE::last">
<summary>The last code point in the Unicode range.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND">
<summary>
<para>The DWRITE_PANOSE_SYMBOL_KIND enumeration contains values that specify the kind of symbol set.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_symbol_kind" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_ANY">
<summary>Any kind of symbol set.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_NO_FIT">
<summary>No fit for the kind of symbol set.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_MONTAGES">
<summary>The kind of symbol set is montages.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_PICTURES">
<summary>The kind of symbol set is pictures.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_SHAPES">
<summary>The kind of symbol set is shapes.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_SCIENTIFIC">
<summary>The kind of symbol set is scientific symbols.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_MUSIC">
<summary>The kind of symbol set is music symbols.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_EXPERT">
<summary>The kind of symbol set is expert symbols.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_PATTERNS">
<summary>The kind of symbol set is patterns.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_BOARDERS">
<summary>The kind of symbol set is boarders.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_ICONS">
<summary>The kind of symbol set is icons.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_LOGOS">
<summary>The kind of symbol set is logos.</summary>
</member>
<member name="DWRITE_PANOSE_SYMBOL_KIND::DWRITE_PANOSE_SYMBOL_KIND_INDUSTRY_SPECIFIC">
<summary>The kind of symbol set is industry specific.</summary>
</member>
<member name="DWRITE_GLYPH_METRICS">
<summary>
<para>Specifies the metrics of an individual glyph.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_glyph_metrics" /></para>
</summary>
</member>
<member name="DWRITE_GLYPH_METRICS::leftSideBearing">
<summary>Specifies the X offset from the glyph origin to the left edge of the black box. The glyph origin is the current horizontal writing position. A negative value means the black box extends to the left of the origin (often true for lowercase italic 'f').</summary>
</member>
<member name="DWRITE_GLYPH_METRICS::advanceWidth">
<summary>Specifies the X offset from the origin of the current glyph to the origin of the next glyph when writing horizontally.</summary>
</member>
<member name="DWRITE_GLYPH_METRICS::rightSideBearing">
<summary>Specifies the X offset from the right edge of the black box to the origin of the next glyph when writing horizontally. The value is negative when the right edge of the black box overhangs the layout box.</summary>
</member>
<member name="DWRITE_GLYPH_METRICS::topSideBearing">
<summary>Specifies the vertical offset from the vertical origin to the top of the black box. Thus, a positive value adds whitespace whereas a negative value means the glyph overhangs the top of the layout box.</summary>
</member>
<member name="DWRITE_GLYPH_METRICS::advanceHeight">
<summary>Specifies the Y offset from the vertical origin of the current glyph to the vertical origin of the next glyph when writing vertically. Note that the term "origin" by itself denotes the horizontal origin. The vertical origin is different. Its Y coordinate is specified by <b>verticalOriginY</b> value, and its X coordinate is half the <b>advanceWidth</b> to the right of the horizontal origin.</summary>
</member>
<member name="DWRITE_GLYPH_METRICS::bottomSideBearing">
<summary>Specifies the vertical distance from the bottom edge of the black box to the advance height. This is positive when the bottom edge of the black box is within the layout box, or negative when the bottom edge of black box overhangs the layout box.</summary>
</member>
<member name="DWRITE_GLYPH_METRICS::verticalOriginY">
<summary>Specifies the Y coordinate of a glyph's vertical origin, in the font's design coordinate system. The y coordinate of a glyph's vertical origin is the sum of the glyph's top side bearing and the top (that is, yMax) of the glyph's bounding box.</summary>
</member>
<member name="DWRITE_READING_DIRECTION">
<summary>
<para>Specifies the direction in which reading progresses.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_reading_direction" /></para>
</summary>
</member>
<member name="DWRITE_READING_DIRECTION::DWRITE_READING_DIRECTION_LEFT_TO_RIGHT">
<summary>Indicates that reading progresses from left to right.</summary>
</member>
<member name="DWRITE_READING_DIRECTION::DWRITE_READING_DIRECTION_RIGHT_TO_LEFT">
<summary>Indicates that reading progresses from right to left.</summary>
</member>
<member name="DWRITE_READING_DIRECTION::DWRITE_READING_DIRECTION_TOP_TO_BOTTOM">
<summary><div class="alert"><b>Note</b>  Windows 8.1 and later only.</div>
<div> </div>
Indicates that reading progresses from top to bottom.</summary>
</member>
<member name="DWRITE_READING_DIRECTION::DWRITE_READING_DIRECTION_BOTTOM_TO_TOP">
<summary><div class="alert"><b>Note</b>  Windows 8.1 and later only.</div>
<div> </div>
Indicates that reading progresses from bottom to top.</summary>
</member>
<member name="DWRITE_OUTLINE_THRESHOLD">
<summary>
<para>The DWRITE_OUTLINE_THRESHOLD enumeration contains values that specify the policy used by the IDWriteFontFace1::GetRecommendedRenderingMode method to determine whether to render glyphs in outline mode.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_outline_threshold" /></para>
</summary>
</member>
<member name="DWRITE_OUTLINE_THRESHOLD::DWRITE_OUTLINE_THRESHOLD_ANTIALIASED">
<summary>Graphics system renders anti-aliased outlines.</summary>
</member>
<member name="DWRITE_OUTLINE_THRESHOLD::DWRITE_OUTLINE_THRESHOLD_ALIASED">
<summary>Graphics system renders aliased outlines.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST">
<summary>
<para>The DWRITE_PANOSE_CONTRAST enumeration contains values that specify the ratio between thickest and thinnest point of the stroke for a letter such as uppercase 'O'.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_contrast" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_ANY">
<summary>Any contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_NO_FIT">
<summary>No fit contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_NONE">
<summary>No contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_VERY_LOW">
<summary>Very low contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_LOW">
<summary>Low contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_MEDIUM_LOW">
<summary>Medium low contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_MEDIUM">
<summary>Medium contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_MEDIUM_HIGH">
<summary>Medium high contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_HIGH">
<summary>High contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_VERY_HIGH">
<summary>Very high contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_HORIZONTAL_LOW">
<summary>Horizontal low contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_HORIZONTAL_MEDIUM">
<summary>Horizontal medium contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_HORIZONTAL_HIGH">
<summary>Horizontal high contrast.</summary>
</member>
<member name="DWRITE_PANOSE_CONTRAST::DWRITE_PANOSE_CONTRAST_BROKEN">
<summary>Broken contrast.</summary>
</member>
<member name="DWRITE_FONT_AXIS_VALUE">
<summary>
<para>Represents a value for a font axis. Used when querying and creating font instances.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ns-dwrite_3-dwrite_font_axis_value" /></para>
</summary>
</member>
<member name="DWRITE_FONT_AXIS_VALUE::axisTag">
<summary>The four-character identifier of the font axis (for example, weight, width, slant, italic, and so on).</summary>
</member>
<member name="DWRITE_FONT_AXIS_VALUE::value">
<summary>A value for the axis specified in <c>axisTag</c>. The meaning and range of the value depends on the semantics of the particular axis. Certain well-known axes have standard ranges and defaults. Here are some examples.
- Weight (1..1000, default == 400)
- Width (>0, default == 100)
- Slant (-90..90, default == -20)
- Italic (0 or 1)</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM">
<summary>
<para>The DWRITE_PANOSE_LETTERFORM enumeration contains values that specify the roundness of letterform for text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_letterform" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_ANY">
<summary>Any letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_NO_FIT">
<summary>No fit letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_NORMAL_CONTACT">
<summary>Normal contact letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_NORMAL_WEIGHTED">
<summary>Normal weighted letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_NORMAL_BOXED">
<summary>Normal boxed letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_NORMAL_FLATTENED">
<summary>Normal flattened letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_NORMAL_ROUNDED">
<summary>Normal rounded letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_NORMAL_OFF_CENTER">
<summary>Normal off-center letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_NORMAL_SQUARE">
<summary>Normal square letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_OBLIQUE_CONTACT">
<summary>Oblique contact letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_OBLIQUE_WEIGHTED">
<summary>Oblique weighted letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_OBLIQUE_BOXED">
<summary>Oblique boxed letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_OBLIQUE_FLATTENED">
<summary>Oblique flattened letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_OBLIQUE_ROUNDED">
<summary>Oblique rounded letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_OBLIQUE_OFF_CENTER">
<summary>Oblique off-center letterform.</summary>
</member>
<member name="DWRITE_PANOSE_LETTERFORM::DWRITE_PANOSE_LETTERFORM_OBLIQUE_SQUARE">
<summary>Oblique square letterform.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY">
<summary>
<para>Font property used for filtering font sets and building a font set with explicit properties.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ns-dwrite_3-dwrite_font_property" /></para>
</summary>
</member>
<member name="DWRITE_FONT_PROPERTY::propertyId">
<summary>Specifies the requested font property, such as DWRITE_FONT_PROPERTY_ID_FAMILY_NAME.</summary>
</member>
<member name="DWRITE_FONT_PROPERTY::propertyValue">
<summary>Specifies the value, such as "Segoe UI".</summary>
</member>
<member name="DWRITE_FONT_PROPERTY::localeName">
<summary>Specifies the locale to use, such as "en-US". Simply leave this empty when used
with the font set filtering functions, as they will find a match regardless of
language. For passing to AddFontFaceReference, the localeName specifies the language
of the property value.</summary>
</member>
<member name="DWRITE_SCRIPT_SHAPES">
<summary>
<para>Indicates additional shaping requirements for text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_script_shapes" /></para>
</summary>
</member>
<member name="DWRITE_SCRIPT_SHAPES::DWRITE_SCRIPT_SHAPES_DEFAULT">
<summary>Indicates that there is no additional shaping requirements for text. Text is shaped with the writing system default behavior.</summary>
</member>
<member name="DWRITE_SCRIPT_SHAPES::DWRITE_SCRIPT_SHAPES_NO_VISUAL">
<summary>Indicates that text should leave no visible control or format control characters.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION">
<summary>
<para>The DWRITE_PANOSE_STROKE_VARIATION enumeration contains values that specify the relationship between thin and thick stems of text characters.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ne-dwrite_1-dwrite_panose_stroke_variation" /></para>
</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_ANY">
<summary>Any stroke variation for text characters.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_NO_FIT">
<summary>No fit stroke variation for text characters.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_NO_VARIATION">
<summary>No stroke variation for text characters.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_DIAGONAL">
<summary>The stroke variation for text characters is gradual diagonal.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_TRANSITIONAL">
<summary>The stroke variation for text characters is gradual transitional.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_VERTICAL">
<summary>The stroke variation for text characters is gradual vertical.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_GRADUAL_HORIZONTAL">
<summary>The stroke variation for text characters is gradual horizontal.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_RAPID_VERTICAL">
<summary>The stroke variation for text characters is rapid vertical.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_RAPID_HORIZONTAL">
<summary>The stroke variation for text characters is rapid horizontal.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_INSTANT_VERTICAL">
<summary>The stroke variation for text characters is instant vertical.</summary>
</member>
<member name="DWRITE_PANOSE_STROKE_VARIATION::DWRITE_PANOSE_STROKE_VARIATION_INSTANT_HORIZONTAL">
<summary>The stroke variation for text characters is instant horizontal.</summary>
</member>
<member name="DWRITE_AUTOMATIC_FONT_AXES">
<summary>
<para>Defines constants that specify certain axes that can be applied automatically in layout during font selection.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_automatic_font_axes" /></para>
</summary>
</member>
<member name="DWRITE_AUTOMATIC_FONT_AXES::DWRITE_AUTOMATIC_FONT_AXES_NONE">
<summary>Specifies that no axes are automatically applied.</summary>
</member>
<member name="DWRITE_AUTOMATIC_FONT_AXES::DWRITE_AUTOMATIC_FONT_AXES_OPTICAL_SIZE">
<summary>Specifies that—when no value is specified via <a href="https://docs.microsoft.com/windows/win32/api/dwrite_3/ne-dwrite_3-dwrite_font_axis_tag">DWRITE_FONT_AXIS_TAG_OPTICAL_SIZE</a>—an appropriate optical value should be automatically chosen based on the font size (via <a href="https://docs.microsoft.com/windows/win32/api/dwrite/nf-dwrite-idwritetextlayout-setfontsize">IDWriteTextLayout::SetFontSize</a>). You can still apply the 'opsz' value over text ranges via <a href="https://docs.microsoft.com/windows/win32/api/dwrite_3/nf-dwrite_3-idwritetextformat3-setfontaxisvalues">IDWriteTextFormat3::SetFontAxisValues</a>, which take priority.</summary>
</member>
<member name="DWRITE_SHAPING_GLYPH_PROPERTIES">
<summary>
<para>Contains shaping output properties for an output glyph.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_shaping_glyph_properties" /></para>
</summary>
</member>
<member name="DWRITE_SHAPING_GLYPH_PROPERTIES::justification">
<summary>Indicates that the glyph has justification applied.</summary>
</member>
<member name="DWRITE_SHAPING_GLYPH_PROPERTIES::isClusterStart">
<summary>Indicates that the glyph is the start of a cluster.</summary>
</member>
<member name="DWRITE_SHAPING_GLYPH_PROPERTIES::isDiacritic">
<summary>Indicates that the glyph is a diacritic mark.</summary>
</member>
<member name="DWRITE_SHAPING_GLYPH_PROPERTIES::isZeroWidthSpace">
<summary>Indicates that the glyph is a word boundary with no visible space.</summary>
</member>
<member name="DWRITE_SHAPING_GLYPH_PROPERTIES::reserved">
<summary>Reserved for future use.</summary>
</member>
<member name="DWRITE_FONT_AXIS_TAG">
<summary>
<para>Defines constants that specify a four-character identifier for a font axis.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_3/ne-dwrite_3-dwrite_font_axis_tag" /></para>
</summary>
</member>
<member name="DWRITE_FONT_AXIS_TAG::DWRITE_FONT_AXIS_TAG_WEIGHT">
<summary>Specifies the weight axis, using the identifier 'w','g','h','t'.</summary>
</member>
<member name="DWRITE_FONT_AXIS_TAG::DWRITE_FONT_AXIS_TAG_WIDTH">
<summary>Specifies the width axis, using the identifier 'w','d','t','h'.</summary>
</member>
<member name="DWRITE_FONT_AXIS_TAG::DWRITE_FONT_AXIS_TAG_SLANT">
<summary>Specifies the slant axis, using the identifier 's','l','n','t'.</summary>
</member>
<member name="DWRITE_FONT_AXIS_TAG::DWRITE_FONT_AXIS_TAG_OPTICAL_SIZE">
<summary>Specifies the optical size axis, using the identifier 'o','p','s','z'.</summary>
</member>
<member name="DWRITE_FONT_AXIS_TAG::DWRITE_FONT_AXIS_TAG_ITALIC">
<summary>Specifies the italic axis, using the identifier 'i','t','a','l'.</summary>
</member>
<member name="DWRITE_FONT_STYLE">
<summary>
<para>Represents the style of a font face as normal, italic, or oblique.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_font_style" /></para>
</summary>
</member>
<member name="DWRITE_FONT_STYLE::DWRITE_FONT_STYLE_NORMAL">
<summary>Font style : Normal.</summary>
</member>
<member name="DWRITE_FONT_STYLE::DWRITE_FONT_STYLE_OBLIQUE">
<summary>Font style : Oblique.</summary>
</member>
<member name="DWRITE_FONT_STYLE::DWRITE_FONT_STYLE_ITALIC">
<summary>Font style : Italic.</summary>
</member>
<member name="DWRITE_GLYPH_RUN_DESCRIPTION">
<summary>
<para>Contains additional properties related to those in DWRITE_GLYPH_RUN.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_glyph_run_description" /></para>
</summary>
</member>
<member name="DWRITE_GLYPH_RUN_DESCRIPTION::localeName">
<summary>An array of characters containing the locale name associated with this run.</summary>
</member>
<member name="DWRITE_GLYPH_RUN_DESCRIPTION::string">
<summary>An array of characters containing the text associated with the glyphs.</summary>
</member>
<member name="DWRITE_GLYPH_RUN_DESCRIPTION::stringLength">
<summary>The number of characters in UTF16 code-units. Note that this may be different than the number of glyphs.</summary>
</member>
<member name="DWRITE_GLYPH_RUN_DESCRIPTION::clusterMap">
<summary>An array of indices to the glyph indices array, of the first glyphs of all the glyph clusters of the glyphs to render.</summary>
</member>
<member name="DWRITE_GLYPH_RUN_DESCRIPTION::textPosition">
<summary>Corresponding text position in the string this glyph run came from. This is relative to the beginning of the string represented by the <a href="https://docs.microsoft.com/windows/win32/api/dwrite/nn-dwrite-idwritetextlayout">IDWriteTextLayout</a> object.</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG">
<summary>
<para>A value that indicates the typographic feature of text supplied by the font.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_font_feature_tag" /></para>
</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_ALTERNATIVE_FRACTIONS">
<summary>Replaces figures separated by a slash with an alternative form.
<b>Equivalent OpenType tag:</b> 'afrc'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS_FROM_CAPITALS">
<summary>Turns capital characters into petite capitals. It is generally used for words which would otherwise be set in all caps, such as acronyms, but which are desired in petite-cap form to avoid disrupting the flow of text. See the pcap feature description for notes on the relationship of caps, smallcaps and petite caps.
<b>Equivalent OpenType tag:</b> 'c2pc'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS_FROM_CAPITALS">
<summary>Turns capital characters into small capitals. It is generally used for words which would otherwise be set in all caps, such as acronyms, but which are desired in small-cap form to avoid disrupting the flow of text.
<b>Equivalent OpenType tag:</b> 'c2sc'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_ALTERNATES">
<summary>In specified situations, replaces default glyphs with alternate forms which provide better joining behavior. Used in script typefaces which are designed to have some or all of their glyphs join.
<b>Equivalent OpenType tag:</b> 'calt'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_CASE_SENSITIVE_FORMS">
<summary>Shifts various punctuation marks up to a position that works better with all-capital sequences or sets of lining figures; also changes oldstyle figures to lining figures. By default, glyphs in a text face are designed to work with lowercase characters. Some characters should be shifted vertically to fit the higher visual center of all-capital or lining text. Also, lining figures are the same height (or close to it) as capitals, and fit much better with all-capital text.
<b>Equivalent OpenType tag:</b> 'case'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_GLYPH_COMPOSITION_DECOMPOSITION">
<summary>To minimize the number of glyph alternates, it is sometimes desired to decompose a character into two glyphs. Additionally, it may be preferable to compose two characters into a single glyph for better glyph processing. This feature permits such composition/decomposition. The feature should be processed as the first feature processed, and should be processed only when it is called.
<b>Equivalent OpenType tag:</b> 'ccmp'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_LIGATURES">
<summary>Replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. Unlike other ligature features, clig specifies the context in which the ligature is recommended. This capability is important in some script designs and for swash ligatures.
<b>Equivalent OpenType tag:</b> 'clig'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_CAPITAL_SPACING">
<summary>Globally adjusts inter-glyph spacing for all-capital text. Most typefaces contain capitals and lowercase characters, and the capitals are positioned to work with the lowercase. When capitals are used for words, they need more space between them for legibility and esthetics. This feature would not apply to monospaced designs. Of course the user may want to override this behavior in order to do more pronounced letterspacing for esthetic reasons.
<b>Equivalent OpenType tag:</b> 'cpsp'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_CONTEXTUAL_SWASH">
<summary>Replaces default character glyphs with corresponding swash glyphs in a specified context. Note that there may be more than one swash alternate for a given character.
<b>Equivalent OpenType tag:</b> 'cswh'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_CURSIVE_POSITIONING">
<summary>In cursive scripts like Arabic, this feature cursively positions adjacent glyphs.
<b>Equivalent OpenType tag:</b> 'curs'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_DEFAULT">
<summary>The default.</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_DISCRETIONARY_LIGATURES">
<summary>Replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers those ligatures which may be used for special effect, at the user's preference.
<b>Equivalent OpenType tag:</b> 'dlig'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_EXPERT_FORMS">
<summary>Replaces standard forms in Japanese fonts with corresponding forms preferred by typographers. For example, a user would invoke this feature to replace kanji character U+5516 with U+555E.
<b>Equivalent OpenType tag:</b> 'expt'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_FRACTIONS">
<summary>Replaces figures separated by a slash with 'common' (diagonal) fractions.
<b>Equivalent OpenType tag:</b> 'frac'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_FULL_WIDTH">
<summary>Replaces glyphs set on other widths with glyphs set on full (usually em) widths. In a CJKV font, this may include "lower ASCII" Latin characters and various symbols. In a European font, this feature replaces proportionally-spaced glyphs with monospaced glyphs, which are generally set on widths of 0.6 em. For example, a user may invoke this feature in a Japanese font to get full monospaced Latin glyphs instead of the corresponding proportionally-spaced versions.
<b>Equivalent OpenType tag:</b> 'fwid'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_HALF_FORMS">
<summary>Produces the half forms of consonants in Indic scripts. For example, in Hindi (Devanagari script), the conjunct KKa, obtained by doubling the Ka, is denoted with a half form of Ka followed by the full form.
<b>Equivalent OpenType tag:</b> 'half'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_HALANT_FORMS">
<summary>Produces the halant forms of consonants in Indic scripts. For example, in Sanskrit (Devanagari script), syllable final consonants are frequently required in their halant form.
<b>Equivalent OpenType tag:</b> 'haln'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_ALTERNATE_HALF_WIDTH">
<summary>Respaces glyphs designed to be set on full-em widths, fitting them onto half-em widths. This differs from hwid in that it does not substitute new glyphs.
<b>Equivalent OpenType tag:</b> 'halt'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_HISTORICAL_FORMS">
<summary>Replaces the default (current) forms with the historical alternates. While some ligatures are also used for historical effect, this feature deals only with single characters. Some fonts include the historical forms as alternates, so they can be used for a 'period' effect.
<b>Equivalent OpenType tag:</b> 'hist'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_HORIZONTAL_KANA_ALTERNATES">
<summary>Replaces standard kana with forms that have been specially designed for only horizontal writing. This is a typographic optimization for improved fit and more even color.
<b>Equivalent OpenType tag:</b> 'hkna'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_HISTORICAL_LIGATURES">
<summary>Replaces the default (current) forms with the historical alternates. Some ligatures were in common use in the past, but appear anachronistic today. Some fonts include the historical forms as alternates, so they can be used for a 'period' effect.
<b>Equivalent OpenType tag:</b> 'hlig'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_HALF_WIDTH">
<summary>Replaces glyphs on proportional widths, or fixed widths other than half an em, with glyphs on half-em (en) widths. Many CJKV fonts have glyphs which are set on multiple widths; this feature selects the half-em version. There are various contexts in which this is the preferred behavior, including compatibility with older desktop documents.
<b>Equivalent OpenType tag:</b> 'hwid'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_HOJO_KANJI_FORMS">
<summary>Used to access the JIS X 0212-1990 glyphs for the cases when the JIS X 0213:2004 form is encoded. The JIS X 0212-1990 (aka, "Hojo Kanji") and JIS X 0213:2004 character sets overlap significantly. In some cases their prototypical glyphs differ. When building fonts that support both JIS X 0212-1990 and JIS X 0213:2004 (such as those supporting the Adobe-Japan 1-6 character collection), it is recommended that JIS X 0213:2004 forms be the preferred encoded form.
<b>Equivalent OpenType tag:</b> 'hojo'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_JIS04_FORMS">
<summary>The National Language Council (NLC) of Japan has defined new glyph shapes for a number of JIS characters, which were incorporated into JIS X 0213:2004 as new prototypical forms. The 'jp04' feature is A subset of the 'nlck' feature, and is used to access these prototypical glyphs in a manner that maintains the integrity of JIS X 0213:2004.
<b>Equivalent OpenType tag:</b> 'jp04'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_JIS78_FORMS">
<summary>Replaces default (JIS90) Japanese glyphs with the corresponding forms from the JIS C 6226-1978 (JIS78) specification.
<b>Equivalent OpenType tag:</b> 'jp78'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_JIS83_FORMS">
<summary>Replaces default (JIS90) Japanese glyphs with the corresponding forms from the JIS X 0208-1983 (JIS83) specification.
<b>Equivalent OpenType tag:</b> 'jp83'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_JIS90_FORMS">
<summary>Replaces Japanese glyphs from the JIS78 or JIS83 specifications with the corresponding forms from the JIS X 0208-1990 (JIS90) specification.
<b>Equivalent OpenType tag:</b> 'jp90'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_KERNING">
<summary>Adjusts amount of space between glyphs, generally to provide optically consistent spacing between glyphs. Although a well-designed typeface has consistent inter-glyph spacing overall, some glyph combinations require adjustment for improved legibility. Besides standard adjustment in the horizontal direction, this feature can supply size-dependent kerning data via device tables, "cross-stream" kerning in the Y text direction, and adjustment of glyph placement independent of the advance adjustment. Note that this feature may apply to runs of more than two glyphs, and would not be used in monospaced fonts. Also note that this feature does not apply to text set vertically.
<b>Equivalent OpenType tag:</b> 'kern'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STANDARD_LIGATURES">
<summary>Replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers the ligatures which the designer/manufacturer judges should be used in normal conditions.
<b>Equivalent OpenType tag:</b> 'liga'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_LINING_FIGURES">
<summary>Changes selected figures from oldstyle to the default lining form. For example, a user may invoke this feature in order to get lining figures, which fit better with all-capital text. This feature overrides results of the Oldstyle Figures feature (onum).
<b>Equivalent OpenType tag:</b> 'lnum'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_LOCALIZED_FORMS">
<summary>Enables localized forms of glyphs to be substituted for default forms. Many scripts used to write multiple languages over wide geographical areas have developed localized variant forms of specific letters, which are used by individual literary communities. For example, a number of letters in the Bulgarian and Serbian alphabets have forms distinct from their Russian counterparts and from each other. In some cases the localized form differs only subtly from the script 'norm', in others the forms are radically distinct.
<b>Equivalent OpenType tag:</b> 'locl'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_MARK_POSITIONING">
<summary>Positions mark glyphs with respect to base glyphs. For example, in Arabic script positioning the Hamza above the Yeh.
<b>Equivalent OpenType tag: </b> 'mark'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_MATHEMATICAL_GREEK">
<summary>Replaces standard typographic forms of Greek glyphs with corresponding forms commonly used in mathematical notation (which are a subset of the Greek alphabet).
<b>Equivalent OpenType tag:</b> 'mgrk'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_MARK_TO_MARK_POSITIONING">
<summary>Positions marks with respect to other marks. Required in various non-Latin scripts like Arabic. For example, in Arabic, the ligaturised mark Ha with Hamza above it can also be obtained by positioning these marks relative to one another.
<b>Equivalent OpenType tag:</b> 'mkmk'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_ALTERNATE_ANNOTATION_FORMS">
<summary>Replaces default glyphs with various notational forms (such as glyphs placed in open or solid circles, squares, parentheses, diamonds or rounded boxes). In some cases an annotation form may already be present, but the user may want a different one.
<b>Equivalent OpenType tag:</b> 'nalt'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_NLC_KANJI_FORMS">
<summary>Used to access glyphs made from glyph shapes defined by the National Language Council (NLC) of Japan for a number of JIS characters in 2000.
<b>Equivalent OpenType tag:</b> 'nlck'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_OLD_STYLE_FIGURES">
<summary>Changes selected figures from the default lining style to oldstyle form. For example, a user may invoke this feature to get oldstyle figures, which fit better into the flow of normal upper- and lowercase text. This feature overrides results of the Lining Figures feature (lnum).
<b>Equivalent OpenType tag:</b> 'onum'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_ORDINALS">
<summary>Replaces default alphabetic glyphs with the corresponding ordinal forms for use after figures. One exception to the follows-a-figure rule is the numero character (U+2116), which is actually a ligature substitution, but is best accessed through this feature.
<b>Equivalent OpenType tag:</b> 'ordn'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_ALTERNATE_WIDTH">
<summary>Respaces glyphs designed to be set on full-em widths, fitting them onto individual (more or less proportional) horizontal widths. This differs from pwid in that it does not substitute new glyphs (GPOS, not GSUB feature). The user may prefer the monospaced form, or may simply want to ensure that the glyph is well-fit and not rotated in vertical setting (Latin forms designed for proportional spacing would be rotated).
<b>Equivalent OpenType tag:</b> 'palt'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_PETITE_CAPITALS">
<summary>Turns lowercase characters into petite capitals. Forms related to petite capitals, such as specially designed figures, may be included. Some fonts contain an additional size of capital letters, shorter than the regular smallcaps and it is referred to as petite caps. Such forms are most likely to be found in designs with a small lowercase x-height, where they better harmonise with lowercase text than the taller smallcaps (for examples of petite caps, see the Emigre type families Mrs Eaves and Filosofia).
<b>Equivalent OpenType tag:</b> 'pcap'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_FIGURES">
<summary>Replaces figure glyphs set on uniform (tabular) widths with corresponding glyphs set on glyph-specific (proportional) widths. Tabular widths will generally be the default, but this cannot be safely assumed. Of course this feature would not be present in monospaced designs.
<b>Equivalent OpenType tag:</b> 'pnum'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_PROPORTIONAL_WIDTHS">
<summary>Replaces glyphs set on uniform widths (typically full or half-em) with proportionally spaced glyphs. The proportional variants are often used for the Latin characters in CJKV fonts, but may also be used for Kana in Japanese fonts.
<b>Equivalent OpenType tag:</b> 'pwid'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_QUARTER_WIDTHS">
<summary>Replaces glyphs on other widths with glyphs set on widths of one quarter of an em (half an en). The characters involved are normally figures and some forms of punctuation.
<b>Equivalent OpenType tag:</b> 'qwid'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_REQUIRED_LIGATURES">
<summary>Replaces a sequence of glyphs with a single glyph which is preferred for typographic purposes. This feature covers those ligatures, which the script determines as required to be used in normal conditions. This feature is important for some scripts to ensure correct glyph formation.
<b>Equivalent OpenType tag:</b> 'rlig'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_RUBY_NOTATION_FORMS">
<summary>Identifies glyphs in the font which have been designed for "ruby", from the old typesetting term for four-point-sized type. Japanese typesetting often uses smaller kana glyphs, generally in superscripted form, to clarify the meaning of kanji which may be unfamiliar to the reader.
<b>Equivalent OpenType tag:</b> 'ruby'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_ALTERNATES">
<summary>Replaces the default forms with the stylistic alternates. Many fonts contain alternate glyph designs for a purely esthetic effect; these don't always fit into a clear category like swash or historical. As in the case of swash glyphs, there may be more than one alternate form.
<b>Equivalent OpenType tag:</b> 'salt'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_SCIENTIFIC_INFERIORS">
<summary>Replaces lining or oldstyle figures with inferior figures (smaller glyphs which sit lower than the standard baseline, primarily for chemical or mathematical notation). May also replace lowercase characters with alphabetic inferiors.
<b>Equivalent OpenType tag:</b> 'sinf'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_SMALL_CAPITALS">
<summary>Turns lowercase characters into small capitals. This corresponds to the common SC font layout. It is generally used for display lines set in Large &amp; small caps, such as titles. Forms related to small capitals, such as oldstyle figures, may be included.
<b>Equivalent OpenType tag:</b> 'smcp'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_SIMPLIFIED_FORMS">
<summary>Replaces 'traditional' Chinese or Japanese forms with the corresponding 'simplified' forms.
<b>Equivalent OpenType tag:</b> 'smpl'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1">
<summary>In addition to, or instead of, stylistic alternatives of individual glyphs (see 'salt' feature), some fonts may contain sets of stylistic variant glyphs corresponding to portions of the character set, such as multiple variants for lowercase letters in a Latin font. Glyphs in stylistic sets may be designed to harmonise visually, interract in particular ways, or otherwise work together. Examples of fonts including stylistic sets are Zapfino Linotype and Adobe's Poetica. Individual features numbered sequentially with the tag name convention 'ss01' 'ss02' 'ss03' . 'ss20' provide a mechanism for glyphs in these sets to be associated via GSUB lookup indexes to default forms and to each other, and for users to select from available stylistic sets
<b>Equivalent OpenType tag:</b> 'ss01'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_2">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss02'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_3">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss03'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_4">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss04'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_5">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss05'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_6">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss06'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_7">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss07'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_8">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss08'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_9">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss09'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_10">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss10'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_11">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss11'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_12">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss12'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_13">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss13'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_14">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss14'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_15">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss15'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_16">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss16'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_17">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss17'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_18">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss18'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_19">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss19'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_20">
<summary>See the description for <a href="https://docs.microsoft.com/windows/win32/api/dwrite/ne-dwrite-dwrite_font_feature_tag">DWRITE_FONT_FEATURE_TAG_STYLISTIC_SET_1</a>.
<b>Equivalent OpenType tag:</b> 'ss20'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_SUBSCRIPT">
<summary>May replace a default glyph with a subscript glyph, or it may combine a glyph substitution with positioning adjustments for proper placement.
<b>Equivalent OpenType tag:</b> 'subs'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_SUPERSCRIPT">
<summary>Replaces lining or oldstyle figures with superior figures (primarily for footnote indication), and replaces lowercase letters with superior letters (primarily for abbreviated French titles).
<b>Equivalent OpenType tag:</b> 'sups'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_SWASH">
<summary>Replaces default character glyphs with corresponding swash glyphs. Note that there may be more than one swash alternate for a given character.
<b>Equivalent OpenType tag:</b> 'swsh'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_TITLING">
<summary>Replaces the default glyphs with corresponding forms designed specifically for titling. These may be all-capital and/or larger on the body, and adjusted for viewing at larger sizes.
<b>Equivalent OpenType tag:</b> 'titl'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_TRADITIONAL_NAME_FORMS">
<summary>Replaces 'simplified' Japanese kanji forms with the corresponding 'traditional' forms. This is equivalent to the Traditional Forms feature, but explicitly limited to the traditional forms considered proper for use in personal names (as many as 205 glyphs in some fonts).
<b>Equivalent OpenType tag:</b> 'tnam'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_TABULAR_FIGURES">
<summary>Replaces figure glyphs set on proportional widths with corresponding glyphs set on uniform (tabular) widths. Tabular widths will generally be the default, but this cannot be safely assumed. Of course this feature would not be present in monospaced designs.
<b>Equivalent OpenType tag:</b> 'tnum'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_TRADITIONAL_FORMS">
<summary>Replaces 'simplified' Chinese hanzi or Japanese kanji forms with the corresponding 'traditional' forms.
<b>Equivalent OpenType tag:</b> 'trad'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_THIRD_WIDTHS">
<summary>Replaces glyphs on other widths with glyphs set on widths of one third of an em. The characters involved are normally figures and some forms of punctuation.
<b>Equivalent OpenType tag:</b> 'twid'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_UNICASE">
<summary>Maps upper- and lowercase letters to a mixed set of lowercase and small capital forms, resulting in a single case alphabet (for an example of unicase, see the Emigre type family Filosofia). The letters substituted may vary from font to font, as appropriate to the design. If aligning to the x-height, smallcap glyphs may be substituted, or specially designed unicase forms might be used. Substitutions might also include specially designed figures.
<b>Equivalent OpenType tag:</b> 'unic'</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_VERTICAL_WRITING">
<summary>Indicates that the font is displayed vertically.</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_VERTICAL_ALTERNATES_AND_ROTATION">
<summary>Replaces normal figures with figures adjusted for vertical display.</summary>
</member>
<member name="DWRITE_FONT_FEATURE_TAG::DWRITE_FONT_FEATURE_TAG_SLASHED_ZERO">
<summary>Allows the user to change from the default 0 to a slashed form. Some fonts contain both a default form of zero, and an alternative form which uses a diagonal slash through the counter. Especially in condensed designs, it can be difficult to distinguish between 0 and O (zero and capital O) in any situation where capitals and lining figures may be arbitrarily mixed.
<b>Equivalent OpenType tag:</b> 'zero'</summary>
</member>
<member name="DWRITE_TRIMMING_GRANULARITY">
<summary>
<para>Specifies the text granularity used to trim text overflowing the layout box.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ne-dwrite-dwrite_trimming_granularity" /></para>
</summary>
</member>
<member name="DWRITE_TRIMMING_GRANULARITY::DWRITE_TRIMMING_GRANULARITY_NONE">
<summary>No trimming occurs. Text flows beyond the layout width.</summary>
</member>
<member name="DWRITE_TRIMMING_GRANULARITY::DWRITE_TRIMMING_GRANULARITY_CHARACTER">
<summary>Trimming occurs at a character cluster boundary.</summary>
</member>
<member name="DWRITE_TRIMMING_GRANULARITY::DWRITE_TRIMMING_GRANULARITY_WORD">
<summary>Trimming occurs at a word boundary.</summary>
</member>
<member name="DWRITE_LINE_METRICS">
<summary>
<para>Contains information about a formatted line of text.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_line_metrics" /></para>
</summary>
</member>
<member name="DWRITE_LINE_METRICS::length">
<summary>The number of text positions in the text line.
This includes any trailing whitespace and newline characters.</summary>
</member>
<member name="DWRITE_LINE_METRICS::trailingWhitespaceLength">
<summary>The number of whitespace positions at the end of the text line.
Newline sequences are considered whitespace.</summary>
</member>
<member name="DWRITE_LINE_METRICS::newlineLength">
<summary>The number of characters in the newline sequence at the end of the text line.
If the count is zero, then the text line was either wrapped or it is the end of the text.</summary>
</member>
<member name="DWRITE_LINE_METRICS::height">
<summary>The height of the text line.</summary>
</member>
<member name="DWRITE_LINE_METRICS::baseline">
<summary>The distance from the top of the text line to its baseline.</summary>
</member>
<member name="DWRITE_LINE_METRICS::isTrimmed">
<summary>The line is trimmed.</summary>
</member>
<member name="DWRITE_FONT_METRICS">
<summary>
<para>The DWRITE_FONT_METRICS structure specifies the metrics that are applicable to all glyphs within the font face.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite/ns-dwrite-dwrite_font_metrics" /></para>
</summary>
</member>
<member name="DWRITE_FONT_METRICS::designUnitsPerEm">
<summary>The number of font design units per em unit. Font files use their own coordinate system of font design units. A font design unit is the smallest measurable unit in the em square, an imaginary square that is used to size and align glyphs. The concept of em square is used as a reference scale factor when defining font size and device transformation semantics. The size of one em square is also commonly used to compute the paragraph identation value.</summary>
</member>
<member name="DWRITE_FONT_METRICS::ascent">
<summary>The ascent value of the font face in font design units. Ascent is the distance from the top of font character alignment box to the English baseline.</summary>
</member>
<member name="DWRITE_FONT_METRICS::descent">
<summary>The descent value of the font face in font design units. Descent is the distance from the bottom of font character alignment box to the English baseline.</summary>
</member>
<member name="DWRITE_FONT_METRICS::lineGap">
<summary>The line gap in font design units. Recommended additional white space to add between lines to improve legibility. The recommended line spacing (baseline-to-baseline distance) is the sum of <b>ascent</b>, <b>descent</b>, and <b>lineGap</b>. The line gap is usually positive or zero but can be negative, in which case the recommended line spacing is less than the height of the character alignment box.</summary>
</member>
<member name="DWRITE_FONT_METRICS::capHeight">
<summary>The cap height value of the font face in font design units. Cap height is the distance from the English baseline to the top of a typical English capital. Capital "H" is often used as a reference character for the purpose of calculating the cap height value.</summary>
</member>
<member name="DWRITE_FONT_METRICS::xHeight">
<summary>The x-height value of the font face in font design units. x-height is the distance from the English baseline to the top of lowercase letter "x", or a similar lowercase character.</summary>
</member>
<member name="DWRITE_FONT_METRICS::underlinePosition">
<summary>The underline position value of the font face in font design units. Underline position is the position of underline relative to the English baseline. The value is usually made negative in order to place the underline below the baseline.</summary>
</member>
<member name="DWRITE_FONT_METRICS::underlineThickness">
<summary>The suggested underline thickness value of the font face in font design units.</summary>
</member>
<member name="DWRITE_FONT_METRICS::strikethroughPosition">
<summary>The strikethrough position value of the font face in font design units. Strikethrough position is the position of strikethrough relative to the English baseline. The value is usually made positive in order to place the strikethrough above the baseline.</summary>
</member>
<member name="DWRITE_FONT_METRICS::strikethroughThickness">
<summary>The suggested strikethrough thickness value of the font face in font design units.</summary>
</member>
<member name="DWRITE_FONT_METRICS1">
<summary>
<para>The DWRITE_FONT_METRICS1 structure specifies the metrics that are applicable to all glyphs within the font face.</para>
<para>Microsoft Docs: <see href="https://docs.microsoft.com/windows/win32/api//dwrite_1/ns-dwrite_1-dwrite_font_metrics1" /></para>
</summary>
</member>
<member name="DWRITE_FONT_METRICS1::glyphBoxLeft">
<summary>Left edge of accumulated bounding blackbox of all glyphs in the font.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::glyphBoxTop">
<summary>Top edge of accumulated bounding blackbox of all glyphs in the font.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::glyphBoxRight">
<summary>Right edge of accumulated bounding blackbox of all glyphs in the font.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::glyphBoxBottom">
<summary>Bottom edge of accumulated bounding blackbox of all glyphs in the font.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::subscriptPositionX">
<summary>Horizontal position of the subscript relative to the baseline origin. This is typically negative (to the left) in italic and oblique fonts, and zero in regular fonts.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::subscriptPositionY">
<summary>Vertical position of the subscript relative to the baseline. This is typically negative.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::subscriptSizeX">
<summary>Horizontal size of the subscript em box in design units, used to scale the simulated subscript relative to the full em box size. This is the numerator of the scaling ratio where denominator is the design units per em. If this member is zero, the font does not specify a scale factor, and the client uses its own policy.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::subscriptSizeY">
<summary>Vertical size of the subscript em box in design units, used to scale the simulated subscript relative to the full em box size. This is the numerator of the scaling ratio where denominator is the design units per em. If this member is zero, the font does not specify a scale factor, and the client uses its own policy.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::superscriptPositionX">
<summary>Horizontal position of the superscript relative to the baseline origin. This is typically positive (to the right) in italic and oblique fonts, and zero in regular fonts.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::superscriptPositionY">
<summary>Vertical position of the superscript relative to the baseline. This is typically positive.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::superscriptSizeX">
<summary>Horizontal size of the superscript em box in design units, used to scale the simulated superscript relative to the full em box size. This is the numerator of the scaling ratio where denominator is the design units per em. If this member is zero, the font does not specify a scale factor, and the client should use its own policy.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::superscriptSizeY">
<summary>Vertical size of the superscript em box in design units, used to scale the simulated superscript relative to the full em box size. This is the numerator of the scaling ratio where denominator is the design units per em. If this member is zero, the font does not specify a scale factor, and the client should use its own policy.</summary>
</member>
<member name="DWRITE_FONT_METRICS1::hasTypographicMetrics">
<summary>A Boolean value that indicates that the ascent, descent, and lineGap are based on newer 'typographic' values in the font, rather than legacy values.</summary>
</member>
</doc>