You are awesome !!! A big THX from me.
Another issue I'm having is that the chapters are not the same, as lenght, of course.
I tried like this to make the sprite font automatically as the text but it's not showing the entire text.
sprite_font_story set size
width:sprite_font_story.TextWidth
height:len(sprite_font_story.Text)
After that I did
sprite_font_story set size
width:sprite_font_story.TextWidth
height:len(sprite_font_story.Text)*2
now it shows the entire text but I don't know if it's correct or not, also for big texts.