cleanup and bugfixs

This commit is contained in:
Vincent Wei
2019-02-21 18:43:14 +08:00
parent 3d80d73450
commit 64d63a84c5
+4
View File
@@ -3030,6 +3030,10 @@ int GUIAPI GetGlyphsExtentPointEx(LOGFONT* logfont_upright,
n++;
break;
}
else if (!test_overflow && (gis[n].bt & BOV_BREAK_FLAG)) {
n++;
break;
}
n++;
}