|
13 | 13 | #include "src/util/Utils.h" |
14 | 14 | #include "src/Application.h" |
15 | 15 | #include <CEGUI/CEGUI.h> |
16 | | -#include <CEGUI/FreeTypeFont.h> |
| 16 | +#include <CEGUI/text/FreeTypeFont.h> |
17 | 17 | #include <CEGUI/RendererModules/OpenGL/GLRenderer.h> |
18 | 18 | #include <CEGUI/RendererModules/OpenGL/GL3Renderer.h> |
19 | 19 | #include <CEGUI/RendererModules/OpenGL/ViewportTarget.h> |
@@ -1124,7 +1124,7 @@ const QtnEnumInfo& CEGUIManager::enumHorizontalTextFormatting() |
1124 | 1124 | values.push_back({static_cast<QtnEnumValueType>(CEGUI::HorizontalTextFormatting::LeftAligned), "LeftAligned", "Left"}); |
1125 | 1125 | values.push_back({static_cast<QtnEnumValueType>(CEGUI::HorizontalTextFormatting::RightAligned), "RightAligned", "Right"}); |
1126 | 1126 | values.push_back({static_cast<QtnEnumValueType>(CEGUI::HorizontalTextFormatting::CentreAligned), "CentreAligned", "Center"}); |
1127 | | - values.push_back({static_cast<QtnEnumValueType>(CEGUI::HorizontalTextFormatting::WordWraperJustified), "WordWraperJustified", "Justified"}); |
| 1127 | + values.push_back({static_cast<QtnEnumValueType>(CEGUI::HorizontalTextFormatting::WordWrapJustified), "WordWraperJustified", "Justified"}); |
1128 | 1128 | values.push_back({static_cast<QtnEnumValueType>(CEGUI::HorizontalTextFormatting::WordWrapLeftAligned), "WordWrapLeftAligned", "Left word-wrapped"}); |
1129 | 1129 | values.push_back({static_cast<QtnEnumValueType>(CEGUI::HorizontalTextFormatting::WordWrapRightAligned), "WordWrapRightAligned", "Right word-wrapped"}); |
1130 | 1130 | values.push_back({static_cast<QtnEnumValueType>(CEGUI::HorizontalTextFormatting::WordWrapCentreAligned), "WordWrapCentreAligned", "Center word-wrapped"}); |
|
0 commit comments