This commit is contained in:
Vincent Wei
2019-04-09 15:26:07 +08:00
parent 9e0c3a9c99
commit 14eca8703c
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -1847,10 +1847,6 @@ static Uint32 get_line_alignment(const LAYOUT *layout,
else
alignment = GRF_ALIGN_RIGHT;
break;
default:
alignment = GRF_ALIGN_LEFT;
break;
}
return alignment;
+1
View File
@@ -305,6 +305,7 @@ error:
BOOL GUIAPI InitComplexShapingEngine(TEXTRUNS* truns)
{
// TODO: check using ttf fonts
truns->sei.inst = create_instance();
truns->sei.shape = shape_layout_run;
truns->sei.free = destroy_instance;