We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By now the communication between the ImageInterface, FontInterface and GraphicsInterface is not as good as it could be.
A general texture need further properties in order to be rendered properly (or just to add flexibility). A texture needs at least:
Also think about what the ImageInterface/FontInterface should return. Are own Texture derivates needed or suffices Texture?
Node: Sizes and positions are relative to the parent (the element's renderBox in this case). The angle should be in radians.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By now the communication between the ImageInterface, FontInterface and GraphicsInterface is not as good as it could be.
A general texture need further properties in order to be rendered properly (or just to add flexibility).
A texture needs at least:
(add more if reasonable. nothing library specific!)
Also think about what the ImageInterface/FontInterface should return. Are own Texture derivates needed or suffices Texture?
Node: Sizes and positions are relative to the parent (the element's renderBox in this case). The angle should be in radians.
The text was updated successfully, but these errors were encountered: