saddy-graphics-engine-2d icon indicating copy to clipboard operation
saddy-graphics-engine-2d copied to clipboard

[core] Do something about being able to display empty lines in formatted sad::Label

Open mamontov-cpp opened this issue 4 years ago • 1 comments

See example

<div bold="true">This is game</div> 
<div> </div>
<div></div>
<div>    </div>
<div></div>
<div underline="true">Game is shit</div>

Note, that there is at least six lines. But we can see two.

mamontov-cpp avatar Dec 06 '21 11:12 mamontov-cpp

Note, that this bug exists only in formatted labels. It does not exists in non-formatted labels.

mamontov-cpp avatar Dec 06 '21 11:12 mamontov-cpp