saddy-graphics-engine-2d
saddy-graphics-engine-2d copied to clipboard
[core] Do something about being able to display empty lines in formatted sad::Label
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.
Note, that this bug exists only in formatted labels. It does not exists in non-formatted labels.