DWRITE_PIXEL_GEOMETRY_FLAT

Undocumented in source.

Values

ValueMeaning
DWRITE_PIXEL_GEOMETRY_FLAT

<summary> The red, green, and blue color components of each pixel are assumed to occupy the same point. </summary>

DWRITE_PIXEL_GEOMETRY_RGB

<summary> Each pixel comprises 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>

DWRITE_PIXEL_GEOMETRY_BGR

<summary> Each pixel comprises three vertical stripes, with blue on the left, green in the center, and red on the right. </summary>

Meta