mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-24 00:54:18 +08:00
debug
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user