For a welcome screen on a big monitor I have a layout that dynamic resize labels. Depends on the size of the screen. With normal Labels this is working perfect. If the screen is bigger the fontsize of the label change.
Now with the Scrolllabel i have no property to set the font, fontsize, textcolor. So this can not resize at runtime yet.
I had a short look at your version V1_2.
Be aware that the CustumView is a B4X CustomView.
But you added a Font object, B4A doesn't have a Font object.
Have you tested it?
I will be absent for three days, so no B4X.
As this is a B4X CustomView, you should have made the module to work for all three products.
Attached a new version 1.3 with TextFont for B4J, B4A and B4i.