Fix issue with kerning when using tab characters (i do not want to apply kerning in tab characters).

This commit is contained in:
Martín Lucas Golini
2026-01-28 22:40:59 -03:00
parent 9561334401
commit 4654aea175
4 changed files with 6 additions and 5 deletions

View File

@@ -1038,7 +1038,7 @@ UTEST( FontRendering, LineWrapInfo ) {
runTest( "assets/textfiles/test-hard-wrap.uext" );
runTest( "assets/textfiles/lorem-ipsum.uext" );
// runTest( "assets/textfiles/test-tabs.txt" );
runTest( "assets/textfiles/test-tabs.txt" );
}
UTEST( FontRendering, TextHardWrap ) {