This PR fixes some issues like dynamic text styles apply and visibility control from styles.
Also it implements additional styles properties sections: 'portrait', 'landscape', 'max', 'min' to configure styles for specific DPIs and parent sizes.
Also update methods are renamed as developer, that will extend them may consider them as update methods, that often used to be triggered by ticker or requestAnimationFrame.
This PR fixes some issues like dynamic text styles apply and visibility control from styles.
Also it implements additional styles properties sections: 'portrait', 'landscape', 'max', 'min' to configure styles for specific DPIs and parent sizes.
Also
update
methods are renamed as developer, that will extend them may consider them asupdate
methods, that often used to be triggered by ticker or requestAnimationFrame.Closes: https://github.com/pixijs/layout/issues/38