Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/edit.c:
- HFONT current;
- SIZE size;
- if (!es->composition_text)
return 0;
- count = wcslen(es->composition_text);
- ssa = EDIT_UpdateUniscribeData_composition(es, dc, count);
- if (ssa)
- {
ScriptStringOut(ssa, x, y, 0, &es->format_rect, 0, count, FALSE);
ScriptStringCPtoX(ssa, count - 1, TRUE, &ret);
return ret;
- }
- current = GetCurrentObject(dc,OBJ_FONT);
Formatting. Please put a space after the comma.