diff options
Diffstat (limited to 'src/gui_dwrite.cpp')
-rw-r--r-- | src/gui_dwrite.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_dwrite.cpp b/src/gui_dwrite.cpp index 8e03dff64..17fa6e798 100644 --- a/src/gui_dwrite.cpp +++ b/src/gui_dwrite.cpp @@ -822,7 +822,7 @@ DWriteContext::CreateTextFormatFromLOGFONT(const LOGFONTW &logFont, if (SUCCEEDED(hr)) hr = pTextFormat->SetParagraphAlignment( - DWRITE_PARAGRAPH_ALIGNMENT_CENTER); + DWRITE_PARAGRAPH_ALIGNMENT_FAR); if (SUCCEEDED(hr)) hr = pTextFormat->SetWordWrapping(DWRITE_WORD_WRAPPING_NO_WRAP); |