Commit 5d0b2010 authored by Fabian Müntefering's avatar Fabian Müntefering Committed by Alexandre Julliard

dwrite: Added missing JUSTIFIED text alignment mode.

parent 805abf6d
......@@ -157,7 +157,8 @@ typedef enum DWRITE_TEXT_ALIGNMENT
{
DWRITE_TEXT_ALIGNMENT_LEADING,
DWRITE_TEXT_ALIGNMENT_TRAILING,
DWRITE_TEXT_ALIGNMENT_CENTER
DWRITE_TEXT_ALIGNMENT_CENTER,
DWRITE_TEXT_ALIGNMENT_JUSTIFIED
} DWRITE_TEXT_ALIGNMENT;
typedef enum DWRITE_PARAGRAPH_ALIGNMENT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment