Hello, this is my first time posting in the OpenLP forum though I've been using the software for years now. I've done a bit of tinkering with the stage view and live view to improve it and I've hit an impasse.
The main topic I would like to tackle in this post is with the live view. As it currently stands in version 2.4.0 in live view when the line doesn't fit within the width of the screen the line is wrapped. Instead of this I'm trying to make the text shrink to the width of the screen so that lines aren't broken up. It seems like the lyrics that are presented on live is an image rather than text and so I've been attempting to find the file where the lyrics are converted to an image so as to add the code to shrink the line but I'm having a very hard time finding it.
Any help would be greatly appreciated thanks.
Comments
Main view is handled by /main/image endpoint. You can see base64 encoded image in json result.
Are you trying to rewrite backend? Or rewrite JS live view to respect line breaks? Or you are tackling theme font size?
What I would prefer is to rewrite the live view so that instead of breaking the line/wrapping it, that the line would shrink to fit the width of the screen.
Also I don't know if I did something wrong when I downloaded the source code but I don't see a /main/image file. I only have main.css, main.js, main.html