File diff r28024:510529c5fc82 → r28025:9116d6e411b0
src/gfx_layout_icu.cpp
Show inline comments
 
@@ -380,7 +380,7 @@ std::vector<ICURun> ItemizeStyle(std::ve
 
	runs = ItemizeScript(buff, length, runs);
 
	runs = ItemizeStyle(runs, font_mapping);
 

	
 
	if (runs.size() == 0) return nullptr;
 
	if (runs.empty()) return nullptr;
 

	
 
	for (auto &run : runs) {
 
		run.Shape(buff, length);