mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-15 05:33:14 +03:00
Added SheenBidi segmentation.
This commit is contained in:
@@ -418,6 +418,7 @@ UTEST( FontRendering, textEditBengaliTest ) {
|
||||
FontManager::instance()->addFallbackFont( bengaliFont );
|
||||
UTEST_PRINT_STEP( "Text Shaper enabled" );
|
||||
auto* editor = UITextEdit::New();
|
||||
// editor->setFontSize( PixelDensity::dpToPx( 12 ) );
|
||||
editor->setPixelsSize( app.getUI()->getPixelsSize() );
|
||||
editor->loadFromFile( "assets/textfiles/test-bengali.uext" );
|
||||
SceneManager::instance()->update();
|
||||
|
||||
Reference in New Issue
Block a user