<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>
<summary> Logical size of the font in DIPs, not points (equals 1/96 inch). </summary>
<summary> The physical font face to draw with. </summary>
<summary> Glyph advance widths. </summary>
<summary> The number of glyphs. </summary>
<summary> The indices to render. </summary>
<summary> Glyph offsets. </summary>
<summary> If true, specifies that glyphs are rotated 90 degrees to the left and vertical metrics are used. Vertical writing is achieved by specifying isSideways = true and rotating the entire run 90 degrees to the right via a rotate transform. </summary>
<summary> The DWRITE_GLYPH_RUN structure contains the information needed by renderers to draw glyph runs. All coordinates are in device independent pixels (DIPs). </summary>